File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ platform :ios, '11.0'
28
28
use_frameworks!
29
29
30
30
target ' <Your Target Name>' do
31
- pod ' WingKit' , ' 0.1.0-stubPatient '
31
+ pod ' WingKit' , ' 0.1.1 '
32
32
end
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "WingKit"
19
- s . version = "0.1.0 "
19
+ s . version = "0.1.1 "
20
20
s . summary = "WingKit is a library that allows third parties to integrate with the Wing REST API to perform lung function tests."
21
21
22
22
# This description is used to generate tags and improve search results.
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
38
38
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
39
39
#
40
40
41
- s . license = "MIT "
41
+ s . license = ""
42
42
43
43
44
44
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
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 </string >
18
+ <string >0.1.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments