File tree Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ github_url: https://github.com/polydice/ICInputAccessory
5
5
github_file_prefix : https://github.com/polydice/ICInputAccessory/blob/develop
6
6
xcodebuild_arguments : [-scheme, ICInputAccessory-iOS]
7
7
module : ICInputAccessory
8
- module_version : 1.2.0
8
+ module_version : 1.2.1
9
9
output : docs/output
10
10
theme : 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
2
4
3
- #### Changes
5
+ ## v1.2.0
4
6
5
7
* Swift 2.3
6
8
7
9
## v1.1.0
8
10
9
- #### Changes
10
-
11
11
* Support storyboard
12
12
* Support subspecs
13
13
* Upgrade to Swift 2.2
17
17
18
18
Initial release written in Swift 2.1.
19
19
20
- #### Changes
21
-
22
20
* ` ICKeyboardDismissTextField ` with an accessory view to dismiss keyboard.
23
21
* ` ICTokenField ` , a text field that groups input texts as tokens.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2.0 </string >
18
+ <string >1.2.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2.0 </string >
18
+ <string >1.2.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ICInputAccessory"
3
- s . version = "1.2.0 "
3
+ s . version = "1.2.1 "
4
4
s . summary = "A customized token text field used in the iCook app."
5
5
s . description = <<-DESC
6
6
ICKeyboardDismissTextField:
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2.0 </string >
18
+ <string >1.2.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - ICInputAccessory/KeyboardDismissTextField (1.2.0 )
3
- - ICInputAccessory/TokenField (1.2.0 )
2
+ - ICInputAccessory/KeyboardDismissTextField (1.2.1 )
3
+ - ICInputAccessory/TokenField (1.2.1 )
4
4
5
5
DEPENDENCIES:
6
6
- ICInputAccessory/KeyboardDismissTextField (from `./`)
@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
11
11
:path: "./"
12
12
13
13
SPEC CHECKSUMS:
14
- ICInputAccessory: 75941a41865c7fab675c9252fd3101b79a7aea62
14
+ ICInputAccessory: 19865bd3efb918c22f8b7b5715566b85bc8b4577
15
15
16
16
PODFILE CHECKSUM: 41c0babd8a8e47d9dc4741ac44d6bb453b85139d
17
17
You can’t perform that action at this time.
0 commit comments