[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / b / FoursquareService / 0.1.0 / FoursquareService.podspec.json
blob65b8bd0d7d5677bfce00e6902920e8750cd5a241
2   "name": "FoursquareService",
3   "version": "0.1.0",
4   "summary": "A dependency-injectable wrapper around the Foursquare API.",
5   "description": "This service provides a simplified wrapper around the Foursquare API.\nIt is dependency-injectable and compatible with other Trellis services.",
6   "homepage": "https://github.com/AttilaTheFun/FoursquareService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/FoursquareService.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         "FoursquareService/API": [
41         ],
42         "QuadratTouch": [
43           "~>1.0"
44         ]
45       }
46     },
47     {
48       "name": "Test",
49       "dependencies": {
50         "ServiceRegistry": [
51           "~>0.1.2"
52         ],
53         "LocationService": [
54           "~>0.1.1"
55         ]
56       }
57     }
58   ]