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