[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / 2 / f / 9 / NavigationService / 0.1.1 / NavigationService.podspec.json
blobd77a02911e1b3c274022d57811737c889463a3c5
2   "name": "NavigationService",
3   "version": "0.1.1",
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.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       "frameworks": "UIKit"
24     },
25     {
26       "name": "Implementation",
27       "source_files": "Pod/Implementation/*.swift",
28       "dependencies": {
29         "NavigationService/API": [
31         ]
32       },
33       "frameworks": "UIKit"
34     }
35   ]