[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / 1 / LocationService / 0.1.1 / LocationService.podspec.json
blob8085423b668108fec4c18988dd47fc367012601f
2   "name": "LocationService",
3   "version": "0.1.1",
4   "summary": "A simplified wrapper around CoreLocation.",
5   "description": "This library provides a simplified interface to CoreLocation.\nNo delegates or managers necessary.\nThe service is dependency injectable and compatible with other Trellis services.",
6   "homepage": "https://github.com/AttilaTheFun/LocationService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/LocationService.git",
13     "tag": "0.1.1"
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       }
31     },
32     {
33       "name": "Implementation",
34       "source_files": "Pod/Implementation/*.swift",
35       "dependencies": {
36         "LocationService/API": [
38         ]
39       }
40     },
41     {
42       "name": "Test",
43       "dependencies": {
44         "ServiceRegistry": [
45           "~>0.1.2"
46         ]
47       }
48     }
49   ]