[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 9 / DPromise / 0.0.1 / DPromise.podspec.json
blob8c873162fd2643066a4c77c090bf2b0da6d604a4
2   "name": "DPromise",
3   "version": "0.0.1",
4   "summary": "Objective-C promises",
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.0.1"
20   },
21   "source_files": [
22     "src",
23     "src/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "LinqToObjectiveC": [
29     ]
30   }