blob: a447a615b06f45c8ba070b875a6064374f5a949f [file] [log] [blame]
{
"name": "NavigationService",
"version": "0.1.0",
"summary": "A service through which navigation controllers are managed.",
"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",
"homepage": "https://github.com/AttilaTheFun/NavigationService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/NavigationService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/{NavigationService,NavigationContext}.swift",
"frameworks": "UIKit"
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/NavigationServiceImplementation.swift",
"dependencies": {
"NavigationService/API": [
]
},
"frameworks": "UIKit"
}
]
}