Skip to content

Commit

Permalink
modidify podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Morvan Mikael committed Apr 13, 2017
1 parent 9e26066 commit a30e9b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ZetaPushSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
Swift client for ZetaPush
Allows dev to easily connect to ZetaPush Backend As A Service
DESC

s.homepage = "http://zetapush.com"
Expand Down Expand Up @@ -64,7 +65,7 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

s.platform = :ios
s.platform = :ios, "8.0"
# s.platform = :ios, "5.0"

# When using multiple platforms
Expand Down Expand Up @@ -106,7 +107,7 @@ Pod::Spec.new do |s|
#

# s.resource = "icon.png"
s.resources = "ZetaPushSwift/**/*.{png,jpeg,jpg,storyboard,xib}"
# s.resources = "ZetaPushSwift/**/*.{png,jpeg,jpg,storyboard,xib}"

# s.preserve_paths = "FilesToSave", "MoreFilesToSave"

Expand Down

0 comments on commit a30e9b9

Please sign in to comment.