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