File tree Expand file tree Collapse file tree 6 files changed +17
-10
lines changed Expand file tree Collapse file tree 6 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.1.0
2
+
3
+ #### Changes
4
+
5
+ * Support storyboard
6
+ * Support subspecs
7
+ * Upgrade to Swift 2.2
8
+ * Use CocoaPods (1.0.1)
9
+
1
10
## v1.0.0
2
11
3
12
Initial release written in Swift 2.1.
4
13
5
- #### Added
14
+ #### Changes
6
15
7
16
* ` ICKeyboardDismissTextField ` with an accessory view to dismiss keyboard.
8
17
* ` 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.0 .0 </string >
18
+ <string >1.1 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1 </string >
22
+ <string >101 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >UILaunchStoryboardName </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.0 </string >
18
+ <string >1.1. 0 </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.0 .0"
3
+ s . version = "1.1 .0"
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.0 .0 </string >
18
+ <string >1.1 .0 </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 @@ -26,10 +26,8 @@ Try <https://testflight.icook.tw>.
26
26
27
27
ICInputAccessory | iOS | Xcode | Swift
28
28
---------------- | :--: | :---: | -----
29
- v1.0.0 | 8.0+ | 7.2 | ![ Swift 2.1.1] ( https://img.shields.io/badge/Swift-2.1.1-orange.svg )
30
- v1.1.0 | 8.0+ | 7.3 | ![ Swift 2.2] ( https://img.shields.io/badge/Swift-2.2-orange.svg )
31
-
32
- iOS 8.0+ with Xcode 7.2 or above.
29
+ ` ~> v1.0.0 ` | 8.0+ | 7.2 | ![ Swift 2.1.1] ( https://img.shields.io/badge/Swift-2.1.1-orange.svg )
30
+ ` ~> v1.1.0 ` | 8.0+ | 7.3 | ![ Swift 2.2] ( https://img.shields.io/badge/Swift-2.2-orange.svg )
33
31
34
32
## Installation
35
33
You can’t perform that action at this time.
0 commit comments