blob: 99a4edfbf60cc8f01fbd38fbd5969dae0eb56751 [file] [log] [blame]
{
"name": "AAStoryboardInstantiate",
"version": "0.0.1",
"summary": "The simpliest way to instantiate View Controller from Storyboard",
"homepage": "https://github.com/orkenstein/AAStoryboardInstantiate",
"license": "MIT",
"authors": {
"orkenstein": "orkru666@gmail.com"
},
"source": {
"git": "https://github.com/orkenstein/AAStoryboardInstantiate.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/ios/UIViewController+instantiate.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
}
}