blob: 5d53f677f80498ad07e403d1f0f39c317adbf3db [file] [log] [blame]
{
"name": "Flower",
"version": "0.9.0",
"summary": "A workflow engine for iOS that runs parrallel tasks based processes.",
"description": "This Pod 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.9.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Flower": [
"Pod/Assets/*.png"
]
}
}