File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ github_url: https://github.com/polydice/ICInputAccessory
55github_file_prefix : https://github.com/polydice/ICInputAccessory/blob/develop
66xcodebuild_arguments : [-scheme, ICInputAccessory-iOS]
77module : ICInputAccessory
8- module_version : 1.2.0
8+ module_version : 1.2.1
99output : docs/output
1010theme : fullwidth
Original file line number Diff line number Diff line change 1- ## v1.2.0
1+ ## v1.2.1
2+
3+ * Update to Xcode 8.2
24
3- #### Changes
5+ ## v1.2.0
46
57* Swift 2.3
68
79## v1.1.0
810
9- #### Changes
10-
1111* Support storyboard
1212* Support subspecs
1313* Upgrade to Swift 2.2
1717
1818Initial release written in Swift 2.1.
1919
20- #### Changes
21-
2220* ` ICKeyboardDismissTextField ` with an accessory view to dismiss keyboard.
2321* ` ICTokenField ` , a text field that groups input texts as tokens.
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.2.0 </string >
18+ <string >1.2.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.2.0 </string >
18+ <string >1.2.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ICInputAccessory"
3- s . version = "1.2.0 "
3+ s . version = "1.2.1 "
44 s . summary = "A customized token text field used in the iCook app."
55 s . description = <<-DESC
66 ICKeyboardDismissTextField:
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.2.0 </string >
18+ <string >1.2.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11PODS:
2- - ICInputAccessory/KeyboardDismissTextField (1.2.0 )
3- - ICInputAccessory/TokenField (1.2.0 )
2+ - ICInputAccessory/KeyboardDismissTextField (1.2.1 )
3+ - ICInputAccessory/TokenField (1.2.1 )
44
55DEPENDENCIES:
66 - ICInputAccessory/KeyboardDismissTextField (from `./`)
@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
1111 :path: "./"
1212
1313SPEC CHECKSUMS:
14- ICInputAccessory: 75941a41865c7fab675c9252fd3101b79a7aea62
14+ ICInputAccessory: 19865bd3efb918c22f8b7b5715566b85bc8b4577
1515
1616PODFILE CHECKSUM: 41c0babd8a8e47d9dc4741ac44d6bb453b85139d
1717
You can’t perform that action at this time.
0 commit comments