blob: 2a0e7531c944720cc79fd73574bd3f4e1f5577fd [file] [log] [blame]
{
"name": "BFTask-Extras",
"version": "0.1.1",
"summary": "A collection of useful extras to make working with BFTaks more pleasant.",
"description": "- Create tasks with expiration\n-Create a race between tasks\n- Use tasks to set imageViews\n- Use a result block for faster type casting\n",
"homepage": "https://github.com/felix-dumit/BFTask-Extras",
"license": "MIT",
"authors": {
"Felix Dumit": "felix.dumit@gmail.com"
},
"source": {
"git": "https://github.com/felix-dumit/BFTask-Extras.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Bolts": [
]
}
}