File tree Expand file tree Collapse file tree 6 files changed +7
-16
lines changed
ICInputAccessory.xcodeproj Expand file tree Collapse file tree 6 files changed +7
-16
lines changed 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 192
192
TargetAttributes = {
193
193
B548C5C11C8E91B0009D5AEE = {
194
194
CreatedOnToolsVersion = 7.2.1;
195
- LastSwiftMigration = 0820 ;
195
+ LastSwiftMigration = 0830 ;
196
196
TestTargetID = B5E9F8FA1C8D3B6E00443DC7;
197
197
};
198
198
B5E9F8FA1C8D3B6E00443DC7 = {
199
199
CreatedOnToolsVersion = 7.2.1;
200
- LastSwiftMigration = 0820 ;
200
+ LastSwiftMigration = 0830 ;
201
201
};
202
202
};
203
203
};
Original file line number Diff line number Diff line change 132
132
TargetAttributes = {
133
133
B56BC4291C89A7EA00C20AD6 = {
134
134
CreatedOnToolsVersion = 7.2.1;
135
- LastSwiftMigration = 0820 ;
135
+ LastSwiftMigration = 0830 ;
136
136
};
137
137
};
138
138
};
Original file line number Diff line number Diff line change @@ -2,20 +2,10 @@ platform :ios, "8.0"
2
2
use_frameworks!
3
3
4
4
workspace "ICInputAccessory"
5
- project "ICInputAccessory"
6
5
project "Example"
7
6
8
7
target "Example" do
9
8
pod "ICInputAccessory/KeyboardDismissTextField" , path : "./"
10
9
pod "ICInputAccessory/TokenField" , path : "./"
11
10
pod "SwiftLint" , "0.19.0"
12
11
end
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:
16
16
ICInputAccessory: dace41bea1ed8b0368bf8ffd439a215efa8effd3
17
17
SwiftLint: 3537a05b34060e78e7510f04fb7537d738247803
18
18
19
- PODFILE CHECKSUM: a2f3f54a890602e56a62a49ef8e9b80f436b0899
19
+ PODFILE CHECKSUM: 400449a0f6672fe2c72f4d91409a3e8abccb8fab
20
20
21
21
COCOAPODS: 1.3.1
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ ICInputAccessory | iOS | Xcode | Swift
30
30
` ~> 1.0.0 ` | 8.0+ | 7.2 | ![ Swift 2.1.1] ( https://img.shields.io/badge/Swift-2.1.1-orange.svg )
31
31
` ~> 1.1.0 ` | 8.0+ | 7.3 | ![ Swift 2.2] ( https://img.shields.io/badge/Swift-2.2-orange.svg )
32
32
` ~> 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 )
34
35
35
36
## Installation
36
37
You can’t perform that action at this time.
0 commit comments