Fix PodSpec
This commit is contained in:
parent
f3b44c9d03
commit
1d1d19da6b
@ -15,7 +15,7 @@ Pod::Spec.new do |s|
|
||||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
|
||||
s.license = 'MIT'
|
||||
s.author = { "Giuseppe Nucifora" => "me@giuseppenucifora.com" }
|
||||
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/UIDevice-Utils.git", :tag => s.version.to_s }
|
||||
s.source = { :git => "https://github.com/giuseppenucifora/UIDevice-Utils.git", :tag => s.version.to_s }
|
||||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
||||
|
||||
s.platform = :ios, '7.0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user