[Add] KGoogleMap 0.1.5
[CocoaPods.git] / Specs / 8 / 0 / 4 / HTMILocationManager / 0.1.3 / HTMILocationManager.podspec.json
blobea18b8782a324d64b20c2c3e377f8af7137fbcba
2   "name": "HTMILocationManager",
3   "version": "0.1.3",
4   "summary": "A short description of HTMILocationManager.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lqwang521/HTMILocationManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lqwang521": "wanglq@htmitech.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/MyCoding521/HTMILocationManager.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "HTMILocationManager/Classes/**/*.{h,m}",
23     "HTMILocationManager/Classes/SDK/*.h"
24   ],
25   "frameworks": [
26     "JavaScriptCore",
27     "SystemConfiguration",
28     "CoreLocation",
29     "CoreTelephony"
30   ],
31   "libraries": [
32     "c++",
33     "z"
34   ],
35   "static_framework": true,
36   "user_target_xcconfig": {
37     "OTHER_LDFLAGS": [
38       "-lObjC",
39       "-all_load"
40     ]
41   },
42   "vendored_frameworks": [
43     "HTMILocationManager/Classes/SDK/AMapFoundationKit.framework",
44     "HTMILocationManager/Classes/SDK/AMapSearchKit.framework",
45     "HTMILocationManager/Classes/SDK/MAMapKit.framework",
46     "HTMILocationManager/Classes/SDK/AMapLocationKit.framework"
47   ]