[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / f / 9 / NavigationService / 0.1.3 / NavigationService.podspec.json
blobef642612287f3a3a7b8a585b1a866c5f622a0d2c
2   "name": "NavigationService",
3   "version": "0.1.3",
4   "summary": "A service through which navigation controllers are managed.",
5   "description": "A service through which navigation controllers are managed.\nNavigationContext's lazily load view controllers and the service presents them modally or as a push.",
6   "homepage": "https://github.com/AttilaTheFun/NavigationService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/NavigationService.git",
13     "tag": "0.1.3"
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         "SwiftToolKit": [
25           "~>0.2.2"
26         ],
27         "ServiceRegistry/API": [
28           "~>0.1.3"
29         ]
30       }
31     },
32     {
33       "name": "Implementation",
34       "source_files": "Pod/Implementation/*.swift",
35       "dependencies": {
36         "NavigationService/API": [
38         ]
39       }
40     },
41     {
42       "name": "App",
43       "dependencies": {
44         "ServiceRegistry": [
45           "~> 0.1.3"
46         ]
47       }
48     }
49   ]