[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 3 / BFTask-Extras / 0.2.7 / BFTask-Extras.podspec.json
blobd5dea2344459c3aa3470d833c1393c701d23c998
2   "name": "BFTask-Extras",
3   "version": "0.2.7",
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.7"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "Bolts/Tasks": [
24     ]
25   }