File tree Expand file tree Collapse file tree
ICInputAccessory.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.0.0
1+ 3.1
Original file line number Diff line number Diff line change 192192 TargetAttributes = {
193193 B548C5C11C8E91B0009D5AEE = {
194194 CreatedOnToolsVersion = 7.2.1;
195- LastSwiftMigration = 0820 ;
195+ LastSwiftMigration = 0830 ;
196196 TestTargetID = B5E9F8FA1C8D3B6E00443DC7;
197197 };
198198 B5E9F8FA1C8D3B6E00443DC7 = {
199199 CreatedOnToolsVersion = 7.2.1;
200- LastSwiftMigration = 0820 ;
200+ LastSwiftMigration = 0830 ;
201201 };
202202 };
203203 };
Original file line number Diff line number Diff line change 132132 TargetAttributes = {
133133 B56BC4291C89A7EA00C20AD6 = {
134134 CreatedOnToolsVersion = 7.2.1;
135- LastSwiftMigration = 0820 ;
135+ LastSwiftMigration = 0830 ;
136136 };
137137 };
138138 };
Original file line number Diff line number Diff line change @@ -2,20 +2,10 @@ platform :ios, "8.0"
22use_frameworks!
33
44workspace "ICInputAccessory"
5- project "ICInputAccessory"
65project "Example"
76
87target "Example" do
98 pod "ICInputAccessory/KeyboardDismissTextField" , path : "./"
109 pod "ICInputAccessory/TokenField" , path : "./"
1110 pod "SwiftLint" , "0.19.0"
1211end
13-
14- post_install do |installer |
15- installer . pods_project . targets . each do |target |
16- target . build_configurations . each do |config |
17- config . build_settings [ "SWIFT_VERSION" ] = "3.0"
18- config . build_settings [ 'CONFIGURATION_BUILD_DIR' ] = '$PODS_CONFIGURATION_BUILD_DIR'
19- end
20- end
21- end
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ SPEC CHECKSUMS:
1616 ICInputAccessory: dace41bea1ed8b0368bf8ffd439a215efa8effd3
1717 SwiftLint: 3537a05b34060e78e7510f04fb7537d738247803
1818
19- PODFILE CHECKSUM: a2f3f54a890602e56a62a49ef8e9b80f436b0899
19+ PODFILE CHECKSUM: 400449a0f6672fe2c72f4d91409a3e8abccb8fab
2020
2121COCOAPODS: 1.3.1
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ ICInputAccessory | iOS | Xcode | Swift
3030` ~> 1.0.0 ` | 8.0+ | 7.2 | ![ Swift 2.1.1] ( https://img.shields.io/badge/Swift-2.1.1-orange.svg )
3131` ~> 1.1.0 ` | 8.0+ | 7.3 | ![ Swift 2.2] ( https://img.shields.io/badge/Swift-2.2-orange.svg )
3232` ~> 1.2.0 ` | 8.0+ | 8.0 | ![ Swift 2.3] ( https://img.shields.io/badge/Swift-2.3-orange.svg )
33- ` >= 1.3.0 ` | 8.0+ | 8.0 | ![ Swift 3.0] ( https://img.shields.io/badge/Swift-3.0-orange.svg )
33+ ` ~> 1.3.0 ` | 8.0+ | 8.0 | ![ Swift 3.0] ( https://img.shields.io/badge/Swift-3.0-orange.svg )
34+ ` ~> 1.4.0 ` | 8.0+ | 8.3 | ![ Swift 3.1] ( https://img.shields.io/badge/Swift-3.1-orange.svg )
3435
3536## Installation
3637
You can’t perform that action at this time.
0 commit comments