Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Bumping version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 27, 2013
1 parent 7570dfa commit 4566201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Pod::Spec.new do |s|
end

s.subspec 'UIKit' do |ss|
ss.ios.deployment_target = '6.0'

ss.dependency 'AFNetworking/NSURLConnection'

ss.ios.public_header_files = 'UIKit+AFNetworking/*.h'
ss.ios.source_files = 'UIKit+AFNetworking'
ss.osx.source_files = ''
Expand Down

0 comments on commit 4566201

Please sign in to comment.