blob: d77a02911e1b3c274022d57811737c889463a3c5 [file] [log] [blame]
{
"name": "NavigationService",
"version": "0.1.1",
"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.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift",
"frameworks": "UIKit"
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"NavigationService/API": [
]
},
"frameworks": "UIKit"
}
]
}