blob: 37e41f4628e37147d97bf18c97a2ae23df6bf9b4 [file] [log] [blame]
{
"name": "DryWeibo-iOS",
"version": "0.0.1",
"summary": "DryWeibo-iOS",
"homepage": "https://github.com/duanruiying/DryWeibo-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryWeibo-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: iOS简化微博集成(授权、获取用户信息、分享).",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"static_framework": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w",
"-ObjC"
]
},
"source_files": "DryWeibo-iOS/Classes/Code/**/*",
"public_header_files": "DryWeibo-iOS/Classes/Code/Public/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Weibo_SDK": [
]
}
}