[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / e / 6 / MapService / 0.1.0 / MapService.podspec.json
blob38be8676edbdf6d6dd1b435625ca82ca40abe3fa
2   "name": "MapService",
3   "version": "0.1.0",
4   "summary": "A dependency-injectable service wrapping map views.",
5   "description": "This service provides a simplified wrapper around MapViews.",
6   "homepage": "https://github.com/AttilaTheFun/MapService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/MapService.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "source_files": "Pod/API/*.swift",
23       "dependencies": {
24         "ServiceRegistry/API": [
25           "~>0.1.2"
26         ],
27         "ModelService/API": [
28           "~>0.2.0"
29         ],
30         "LocationService/API": [
31           "~>0.1.0"
32         ]
33       }
34     },
35     {
36       "name": "Implementation",
37       "source_files": "Pod/Implementation/*.swift",
38       "dependencies": {
39         "MapService/API": [
41         ]
42       }
43     },
44     {
45       "name": "Test",
46       "dependencies": {
47         "ServiceRegistry": [
48           "~>0.1.2"
49         ],
50         "LocationService": [
51           "~>0.1.1"
52         ]
53       }
54     }
55   ]