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