|
@@ -22,22 +22,12 @@ TODO: Add long description of the pod here.
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'https://git.yishihui.com/iOS'
|
|
|
- # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'SanWCoder' => 'wenweiwei@piaoquantv.com' }
|
|
|
s.source = { :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git', :tag => s.version.to_s }
|
|
|
- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
|
-
|
|
|
s.ios.deployment_target = '10.0'
|
|
|
|
|
|
s.source_files = 'BFNetRequestKit/Classes/**/*'
|
|
|
s.frameworks = 'UIKit'
|
|
|
s.dependency 'Alamofire','5.4.4'
|
|
|
- # s.resource_bundles = {
|
|
|
- # 'BFNetRequestKit' => ['BFNetRequestKit/Assets/*.png']
|
|
|
- # }
|
|
|
-
|
|
|
- # s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
- # s.frameworks = 'UIKit', 'MapKit'
|
|
|
- # s.dependency 'AFNetworking', '~> 2.3'
|
|
|
end
|