Skip to content

Commit 2265b48

Browse files
committed
v0.0.1
1 parent 5d32fe2 commit 2265b48

38 files changed

Lines changed: 2141 additions & 32 deletions

File tree

Example/Podfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ target 'ValidationTextField_Example' do
55

66
target 'ValidationTextField_Tests' do
77
inherit! :search_paths
8+
end
9+
end
810

9-
pod 'FBSnapshotTestCase' , '~> 2.1.4'
11+
post_install do |installer|
12+
installer.pods_project.build_configurations.each do |config|
13+
config.build_settings.delete('CODE_SIGNING_ALLOWED')
14+
config.build_settings.delete('CODE_SIGNING_REQUIRED')
1015
end
1116
end

Example/Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- ValidationTextField (0.1.0)
3+
4+
DEPENDENCIES:
5+
- ValidationTextField (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
ValidationTextField:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
ValidationTextField: 0a6eff7608ad7f556fae64ebf97783fc10724c48
13+
14+
PODFILE CHECKSUM: 705b7a81684f9ddfd899644e1236fc38520f34ad
15+
16+
COCOAPODS: 1.6.1

Example/Pods/Local Podspecs/ValidationTextField.podspec.json

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

Example/Pods/Manifest.lock

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/ValidationTextField.xcscheme

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

Example/Pods/Target Support Files/Pods-ValidationTextField_Example/Pods-ValidationTextField_Example-Info.plist

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

Example/Pods/Target Support Files/Pods-ValidationTextField_Example/Pods-ValidationTextField_Example-acknowledgements.markdown

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

Example/Pods/Target Support Files/Pods-ValidationTextField_Example/Pods-ValidationTextField_Example-acknowledgements.plist

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

Example/Pods/Target Support Files/Pods-ValidationTextField_Example/Pods-ValidationTextField_Example-dummy.m

Lines changed: 5 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)