[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / f / 9 / NavigationService / 0.1.0 / NavigationService.podspec.json
bloba447a615b06f45c8ba070b875a6064374f5a949f
2   "name": "NavigationService",
3   "version": "0.1.0",
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.\n",
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.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "source_files": "Pod/API/{NavigationService,NavigationContext}.swift",
23       "frameworks": "UIKit"
24     },
25     {
26       "name": "Implementation",
27       "source_files": "Pod/Implementation/NavigationServiceImplementation.swift",
28       "dependencies": {
29         "NavigationService/API": [
31         ]
32       },
33       "frameworks": "UIKit"
34     }
35   ]