blob: ea18b8782a324d64b20c2c3e377f8af7137fbcba [file] [log] [blame]
{
"name": "HTMILocationManager",
"version": "0.1.3",
"summary": "A short description of HTMILocationManager.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lqwang521/HTMILocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lqwang521": "wanglq@htmitech.com"
},
"source": {
"git": "https://git.coding.net/MyCoding521/HTMILocationManager.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"HTMILocationManager/Classes/**/*.{h,m}",
"HTMILocationManager/Classes/SDK/*.h"
],
"frameworks": [
"JavaScriptCore",
"SystemConfiguration",
"CoreLocation",
"CoreTelephony"
],
"libraries": [
"c++",
"z"
],
"static_framework": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lObjC",
"-all_load"
]
},
"vendored_frameworks": [
"HTMILocationManager/Classes/SDK/AMapFoundationKit.framework",
"HTMILocationManager/Classes/SDK/AMapSearchKit.framework",
"HTMILocationManager/Classes/SDK/MAMapKit.framework",
"HTMILocationManager/Classes/SDK/AMapLocationKit.framework"
]
}