Skip to content

Commit

Permalink
Specify swift version in podspec + bump to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kouky committed Jul 7, 2018
1 parent 3162cb4 commit b2b05db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion PrimaryFlightDisplay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PrimaryFlightDisplay"
spec.version = "0.7.1"
spec.version = "0.7.2"
spec.summary = "Primary Flight Display SpriteKit Framework for Mac + iOS."
spec.homepage = "https://github.com/kouky/PrimaryFlightDisplay"
spec.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -10,6 +10,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '9.0'
spec.osx.deployment_target = '10.10'
spec.requires_arc = true
spec.swift_version = '4.1'

spec.source = { git: "https://github.com/kouky/PrimaryFlightDisplay.git", tag: "#{spec.version}" }
spec.source_files = "Sources/**/*.{h,swift}"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1</string>
<string>0.7.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b2b05db

Please sign in to comment.