[Add] DGSwiftUtilities 0.39.1
[CocoaPods.git] / Specs / b / 1 / c / MDKLocationManager / 1.0.3 / MDKLocationManager.podspec.json
blob9e55c14e11630351fd8b67870ffd908239f5d048
2   "name": "MDKLocationManager",
3   "version": "1.0.3",
4   "summary": "a easy way location manager with block or target action mode",
5   "description": "a easy way location manager with block or target action mode",
6   "homepage": "https://github.com/miku1958/MDKLocationManager",
7   "license": "MIT",
8   "authors": {
9     "miku1958": "email@address.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/miku1958/MDKLocationManager.git",
16     "tag": "1.0.3"
17   },
18   "default_subspecs": "Core",
19   "dependencies": {
20     "MDKTenOpenTool": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Class/Core/**/*.{h,m}"
28     },
29     {
30       "name": "BMK",
31       "source_files": "Class/BMK/**/*.{h,m}",
32       "dependencies": {
33         "BaiduMapKit": [
35         ],
36         "MDKLocationManager/Core": [
38         ]
39       }
40     }
41   ]