[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / f / 9 / NavigationService / 0.1.2 / NavigationService.podspec.json
blob828481626e0f3d9f2e54052b95483c0b5a320a7a
2   "name": "NavigationService",
3   "version": "0.1.2",
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.2"
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       },
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "Implementation",
32       "source_files": "Pod/Implementation/*.swift",
33       "dependencies": {
34         "NavigationService/API": [
36         ],
37         "ServiceRegistry/API": [
38           "~> 0.1.2"
39         ],
40         "SwiftToolKit": [
41           "~> 0.1.2"
42         ]
43       },
44       "frameworks": "UIKit"
45     },
46     {
47       "name": "App",
48       "dependencies": {
49         "NavigationService/API": [
51         ],
52         "NavigationService/Implementation": [
54         ],
55         "ServiceRegistry": [
56           "~> 0.1.2"
57         ]
58       },
59       "frameworks": "UIKit"
60     }
61   ]