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