blob: ef642612287f3a3a7b8a585b1a866c5f622a0d2c [file] [log] [blame]
{
"name": "NavigationService",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift",
"dependencies": {
"SwiftToolKit": [
"~>0.2.2"
],
"ServiceRegistry/API": [
"~>0.1.3"
]
}
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"NavigationService/API": [
]
}
},
{
"name": "App",
"dependencies": {
"ServiceRegistry": [
"~> 0.1.3"
]
}
}
]
}