blob: 125bd6188325f6d3fd810b6ed5dc451892219680 [file] [log] [blame]
{
"name": "DryGoogle-iOS",
"version": "0.0.1",
"summary": "DryGoogle-iOS",
"homepage": "https://github.com/duanruiying/DryGoogle-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryGoogle-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: Google功能简化(登录、获取用户信息).",
"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": "DryGoogle-iOS/Classes/Code/**/*",
"public_header_files": "DryGoogle-iOS/Classes/Code/Public/**/*.h",
"libraries": "z",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"GoogleSignIn": [
]
}
}