Skip to content

Instantly share code, notes, and snippets.

@zwf
Last active August 29, 2015 13:57
Show Gist options
  • Save zwf/9624862 to your computer and use it in GitHub Desktop.
Save zwf/9624862 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |spec|
spec.name = 'QiniuSDK'
spec.version = '6.2.0'
spec.license = 'MIT'
spec.summary = 'An iOS QiniuSDK'
spec.homepage = 'https://github.com/qiniu/ios-sdk'
spec.author = 'Qiniu'
spec.source = { :git => 'git://github.com/qiniu/ios-sdk.git',
:tag => 'v6.2.0'}
spec.source_files = 'QiniuSDK/Qiniu*.{h,m}'
spec.requires_arc = true
spec.compiler_flags = '-ObjC'
spec.dependency 'AFNetworking'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment