Skip to content

Commit 460863c

Browse files
author
Soner Güler
committed
Inital
1 parent 99298e8 commit 460863c

57 files changed

Lines changed: 3734 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ALFormInput.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
2121
TODO: Add long description of the pod here.
2222
DESC
2323

24-
s.homepage = 'https://github.com/sonifex/ALFormInput'
24+
s.homepage = 'https://github.com/applogistdev/ALFormInput'
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
27-
s.author = { 'sonifex' => 'soner.guler@applogist.com' }
28-
s.source = { :git => 'https://github.com/sonifex/ALFormInput.git', :tag => s.version.to_s }
27+
s.author = { 'ahmetsina' => 'ahmet.sina@applogist.com' }
28+
s.source = { :git => 'https://github.com/applogistdev/ALFormInput.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

3131
s.ios.deployment_target = '8.0'

Example/ALFormInput.xcodeproj/project.pbxproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/* End PBXContainerItemProxy section */
2929

3030
/* Begin PBXFileReference section */
31-
15C06C9630A5ECBC5A9FC89F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
31+
15C06C9630A5ECBC5A9FC89F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
3232
16E4DB1FA5E21E933A621C5C /* Pods-ALFormInput_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ALFormInput_Tests.release.xcconfig"; path = "Target Support Files/Pods-ALFormInput_Tests/Pods-ALFormInput_Tests.release.xcconfig"; sourceTree = "<group>"; };
3333
3D73D2CB621F119056B949E7 /* Pods_ALFormInput_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ALFormInput_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3434
5842BECD34443B6117ADF185 /* Pods-ALFormInput_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ALFormInput_Example.debug.xcconfig"; path = "Target Support Files/Pods-ALFormInput_Example/Pods-ALFormInput_Example.debug.xcconfig"; sourceTree = "<group>"; };
@@ -43,10 +43,10 @@
4343
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4444
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
4545
71DF03511248AA8FC1EC500A /* Pods-ALFormInput_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ALFormInput_Example.release.xcconfig"; path = "Target Support Files/Pods-ALFormInput_Example/Pods-ALFormInput_Example.release.xcconfig"; sourceTree = "<group>"; };
46-
8EA9492C336DDDA647E3BF7A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
46+
8EA9492C336DDDA647E3BF7A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
4747
DA4F94B439777C6310393D26 /* Pods-ALFormInput_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ALFormInput_Tests.debug.xcconfig"; path = "Target Support Files/Pods-ALFormInput_Tests/Pods-ALFormInput_Tests.debug.xcconfig"; sourceTree = "<group>"; };
4848
F4EA269647BF0BC5D94ABE15 /* Pods_ALFormInput_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ALFormInput_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49-
F937D08347C2B00064EAA9D3 /* ALFormInput.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = ALFormInput.podspec; path = ../ALFormInput.podspec; sourceTree = "<group>"; };
49+
F937D08347C2B00064EAA9D3 /* ALFormInput.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ALFormInput.podspec; path = ../ALFormInput.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
@@ -77,7 +77,6 @@
7777
DA4F94B439777C6310393D26 /* Pods-ALFormInput_Tests.debug.xcconfig */,
7878
16E4DB1FA5E21E933A621C5C /* Pods-ALFormInput_Tests.release.xcconfig */,
7979
);
80-
name = Pods;
8180
path = Pods;
8281
sourceTree = "<group>";
8382
};

Example/ALFormInput.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Example/Podfile.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
PODS:
2+
- ALFormInput (0.1.0)
3+
- FBSnapshotTestCase (2.1.4):
4+
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
5+
- FBSnapshotTestCase/Core (2.1.4)
6+
- FBSnapshotTestCase/SwiftSupport (2.1.4):
7+
- FBSnapshotTestCase/Core
8+
9+
DEPENDENCIES:
10+
- ALFormInput (from `../`)
11+
- FBSnapshotTestCase (~> 2.1.4)
12+
13+
SPEC REPOS:
14+
trunk:
15+
- FBSnapshotTestCase
16+
17+
EXTERNAL SOURCES:
18+
ALFormInput:
19+
:path: "../"
20+
21+
SPEC CHECKSUMS:
22+
ALFormInput: 5104ae429e61f232518afc99077b44969d89ecb3
23+
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
24+
25+
PODFILE CHECKSUM: 5b385329abfef7fe7e0546d6e9cb35665bfd5d5c
26+
27+
COCOAPODS: 1.9.0

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.m

Lines changed: 134 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.h

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)