[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / 6 / SouthgisMapService / 0.0.3 / SouthgisMapService.podspec.json
blob25ddd1b08251eb6149652d6318454a9f4fccec6c
2   "name": "SouthgisMapService",
3   "version": "0.0.3",
4   "summary": "Southgis Map Service .Such as POI search ,Bus Line Search ,Car Line Search.",
5   "description": "Southgis Map Service .Such as POI search ,Bus Line Search ,Car Line Search.It is suppor Baidu map(百度地图),TianDitu map(天地图) .",
6   "homepage": "https://github.com/linkLind/SouthgisMapService.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "crash_wu": "crash_wu@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/linkLind/SouthgisMapService.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "YYModel": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "BD",
31       "source_files": "*.{h,m}",
32       "subspecs": [
33         {
34           "name": "BUS",
35           "source_files": "*.{h,m}"
36         },
37         {
38           "name": "Car",
39           "source_files": "*.{h,m}",
40           "subspecs": [
41             {
42               "name": "AccuraterResult",
43               "source_files": "*.{h,m}"
44             },
45             {
46               "name": "FuzzyResult",
47               "source_files": "*.{h,m}"
48             }
49           ]
50         },
51         {
52           "name": "POI",
53           "source_files": "*.{h,m}"
54         }
55       ]
56     },
57     {
58       "name": "Tdt",
59       "source_files": "*.{h,m}",
60       "subspecs": [
61         {
62           "name": "BUS",
63           "source_files": "*.{h,m}"
64         },
65         {
66           "name": "Car",
67           "source_files": "*.{h,m}"
68         },
69         {
70           "name": "POI",
71           "source_files": "*.{h,m}"
72         }
73       ]
74     }
75   ]