blob: e44927578ec957d201d559799eec8ed5bb5af166 [file] [log] [blame]
{
"name": "YCTestAMap",
"version": "0.1.0",
"summary": "测试高德地图组件封装",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DanielOYC/YCTestAMap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanielOYC": "775350532@qq.com"
},
"source": {
"git": "https://github.com/DanielOYC/YCTestAMap.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "YCTestLocationManager",
"source_files": "YCTestAMap/Classes/*.{h,m}",
"ios": {
"vendored_frameworks": "YCTestAMap/Classes/AMapSDKs/*.framework"
},
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"Security",
"CoreTelephony",
"ExternalAccessory",
"GLKit"
],
"libraries": [
"c++",
"z"
]
}
]
}