Skip to content

Commit

Permalink
Specifies Swift version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandazuri42 committed Apr 8, 2019
1 parent 43c3775 commit 11e5b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kite-Print-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |spec|
spec.source = {:git => 'https://github.com/OceanLabs/iOS-Print-SDK.git', :tag => "v" + spec.version.to_s }
spec.requires_arc = true
spec.platform = :ios, '10.0'
spec.swift_version = '4.2'
spec.social_media_url = 'https://twitter.com/dbotha'
spec.module_name = 'KiteSDK'
spec.default_subspec = 'Core'
Expand Down

0 comments on commit 11e5b61

Please sign in to comment.