[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 9 / DPromise / 0.1.17 / DPromise.podspec.json
blob27f88e443342c6e2d49655cfb2e8cef1972ab228
2   "name": "DPromise",
3   "version": "0.1.17",
4   "summary": "chain promises with generics, and disposing",
5   "description": "chain promises with generics, and disposing.",
6   "homepage": "https://github.com/AlexanderSviridov/DPromise",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Sviridov": "alexander_sviridov@icloud.com"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/AlexanderSviridov/DPromise.git",
20     "tag": "0.1.17"
21   },
22   "source_files": [
23     "src",
24     "src/**/*.{h,m}"
25   ],
26   "requires_arc": true