blob: 727fb50314363c466e38e86490efe85cc5b4f171 [file] [log] [blame]
{
"name": "BlazeFlow",
"platforms": {
"ios": "8.0"
},
"version": "1.1.3",
"summary": "Blazingly fast application flow wrapper for the Blaze framework.",
"description": "Blazingly fast wrapper for the Blaze framework for providing, for example a login or setup flow.",
"homepage": "https://github.com/rajderks/BlazeFlow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roy Derks": "rajderks@gmail.com"
},
"source": {
"git": "https://github.com/rajderks/BlazeFlow.git",
"tag": "1.1.3"
},
"source_files": "BlazeFlow/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Blaze": [
]
},
"module_name": "BlazeFlow"
}