Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-zerone authored Jun 17, 2019
1 parent 20cdc28 commit 4e2ce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PunkAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/Oni-zerone/PunkAPI'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Andrea Altea' => '[email protected]' }
s.source = { :git => 'https://github.com/Oni-zerone/PunkAPI.git', :tag => "StoriesLayout-" + s.version.to_s }
s.source = { :git => 'https://github.com/Oni-zerone/PunkAPI.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Oni_zerone'

s.ios.deployment_target = '10.0'
Expand Down

0 comments on commit 4e2ce7d

Please sign in to comment.