blob: 18474a9593861c7bb5b3039e56aaac898c1d39cb [file] [log] [blame]
{
"name": "Flower",
"version": "0.1.0",
"summary": "A workflow engine for iOS that runs parrallel tasks based processes.",
"description": "This CocoaPod provides the ability to orchestrate a complex structure of tasks into a runnable process.\nIt allows a process to complete even when app goes to the background, if needed",
"homepage": "https://github.com/vodio-labs/flower-ios",
"license": "MIT",
"authors": {
"Nir Ninio": "nir@vod.io"
},
"source": {
"git": "https://github.com/vodio-labs/flower-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Flower": [
"Pod/Assets/*.png"
]
}
}