blob: 63dc9ebdc431aa94d252de33860e5dee2f61923b [file] [log] [blame]
{
"name": "DryLocation-iOS",
"version": "0.0.1",
"summary": "DryLocation-iOS",
"homepage": "https://github.com/duanruiying/DryLocation-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryLocation-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: 简单集成iOS系统定位状态获取、定位权限申请、经纬度获取.",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryLocation-iOS/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"swift_version": "5.0"
}