Browse Source

Merge pull request #1755 from kylef/patch-1

Set Pod::Spec's new social_media_url
Mattt Thompson 11 years ago
parent
commit
76800cfe38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AFNetworking.podspec

+ 1 - 0
AFNetworking.podspec

@@ -4,6 +4,7 @@ Pod::Spec.new do |s|
   s.license  = 'MIT'
   s.summary  = 'A delightful iOS and OS X networking framework.'
   s.homepage = 'https://github.com/AFNetworking/AFNetworking'
+  s.social_media_url = 'https://twitter.com/AFNetworking'
   s.authors  = { 'Mattt Thompson' => 'm@mattt.me' }
   s.source   = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.1.0", :submodules => true }
   s.requires_arc = true