Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Mar 25, 2018
1 parent 1f8c948 commit 403fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Serrata.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "./LICENSE" }
s.author = { "Takuma Horiuchi" => "horitaku46@gmail.com" }
s.social_media_url = "https://twitter.com/horitaku46"
s.platform = :ios, "10.0"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/horitaku46/Serrata.git", :tag => "#{s.version}" }
s.source_files = "Serrata/Sources/*.{swift}"
s.resources = "Serrata/**/*.{storyboard,xib,xcassets}"
Expand Down

0 comments on commit 403fbc2

Please sign in to comment.