blob: bf6290303bdab70fd6a5d747eb6fda55431ab73c [file] [log] [blame]
{
"name": "ECLaunch",
"version": "0.1.0",
"summary": "A convenient tool for auto pushing or presenting a view controller,especially used in page link (URL) routing.",
"homepage": "https://github.com/EasyCocoa/ECLaunch",
"license": "MIT",
"authors": {
"Hima": "hima@easycocoa.com"
},
"source": {
"git": "https://github.com/EasyCocoa/ECLaunch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ECLaunch": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}