[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 9 / DPromise / 0.1.0 / DPromise.podspec.json
blob96475bdd598f9b064257a58abe5110c628a6a913
2   "name": "DPromise",
3   "version": "0.1.0",
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   },
17   "source": {
18     "git": "https://github.com/AlexanderSviridov/DPromise.git",
19     "tag": "0.1.0"
20   },
21   "source_files": [
22     "src",
23     "src/**/*.{h,m}"
24   ],
25   "requires_arc": true