Merge branch 'develop'

* develop:
  no message
This commit is contained in:
Giuseppe Nucifora 2017-01-11 01:31:07 +01:00
commit e25c99b3e7

View File

@ -14,11 +14,11 @@ s.summary = 'PNObject is a simple replica of the more complex ParseObje
#s.description = <<-DESC TODO: Add long description of the pod here. DESC
s.homepage = "https://git.giuseppenucifora.com/giuseppenucifora/PNObject"
s.homepage = "https://github.com/giuseppenucifora/PNObject"
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Giuseppe Nucifora' => 'me@giuseppenucifora.com' }
s.source = { :git => "https://git.giuseppenucifora.com/giuseppenucifora/PNObject.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/giuseppenucifora/PNObject.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'