[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 2 / e / 9 / DPromise / 0.1.2 / DPromise.podspec.json
bloba3d2dfc084267d9f5152223578dd2d955a139243
2   "name": "DPromise",
3   "version": "0.1.2",
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.2"
20   },
21   "source_files": [
22     "src",
23     "src/**/*.{h,m}"
24   ],
25   "requires_arc": true