blob: fcbee9a26a8bc92ea59a4d14651448d2ad5f2b77 [file] [log] [blame]
{
"name": "Flower",
"version": "0.8.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.8.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Flower": [
"Pod/Assets/*.png"
]
}
}