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 1
- 5.0
1
+ 5.0.1
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "Incito"
4
- s . version = "0.5 "
4
+ s . version = "0.6 "
5
5
s . summary = "Incito viewer for iOS."
6
6
s . description = <<-DESC
7
7
A library for loading and viewing Incito-format documents.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
s . social_media_url = "http://twitter.com/ShopGun"
13
13
14
14
s . platform = :ios , "9.3"
15
- s . swift_version = "5.0"
15
+ s . swift_version = "5.0.1 "
16
16
s . pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
17
17
18
18
s . source = { :git => "https://github.com/shopgun/incito-ios.git" , :tag => "v#{ s . version } " }
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 >0.5 </string >
18
+ <string >0.6 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments