blob: c8fa2b650cf5132df63760a7d6b499951b01568d [file] [log] [blame]
{
"name": "StackNavigationController",
"version": "1.0.0",
"license": "MIT",
"summary": "stack navigation controller for ios",
"homepage": "https://github.com/neutronstarer/StackNavigationController",
"authors": {
"retriable": "neutronstarer@gmail.com"
},
"source": {
"git": "https://github.com/neutronstarer/StackNavigationController.git",
"tag": "1.0.0"
},
"description": "stack navigation controller for ios.",
"requires_arc": true,
"source_files": "StackNavigationController/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "8.0"
}
}