Skip to content

Commit

Permalink
Podspec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Kania committed Sep 20, 2019
1 parent fb3960a commit 29510bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion PushNotificationSimulation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PushNotificationSimulation"
spec.version = "1.0.0"
spec.version = "1.0.1"
spec.summary = "Helper in simulating push notifications"
spec.homepage = "https://github.com/pwlkania/PushNotificationSimulation"
spec.license = "MIT"
Expand All @@ -9,4 +9,5 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "11.0"
spec.source = { :git => "https://github.com/pwlkania/PushNotificationSimulation.git", :tag => "#{spec.version}" }
spec.source_files = "PushNotificationSimulation/{*.swift}"
spec.swift_versions = ['5.0']
end
4 changes: 2 additions & 2 deletions PushNotificationSimulation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions PushNotificationSimulationExamples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down

0 comments on commit 29510bc

Please sign in to comment.