[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 3 / BFTask-Extras / 0.2.5 / BFTask-Extras.podspec.json
blob6ee85a18a669e7365083a03cddc5b90d48d2530e
2   "name": "BFTask-Extras",
3   "version": "0.2.5",
4   "summary": "A collection of useful extras to make working with BFTasks more pleasant.",
5   "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- Add promise like blocks",
6   "homepage": "https://github.com/felix-dumit/BFTask-Extras",
7   "license": "MIT",
8   "authors": {
9     "Felix Dumit": "felix.dumit@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/felix-dumit/BFTask-Extras.git",
13     "tag": "0.2.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "Bolts/Tasks": [
23     ]
24   }