[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / 8 / CKPromise.Swift / 0.1 / CKPromise.Swift.podspec.json
blob7e767814b7c18dd725cc8c73fc528bf53cce9e63
2   "name": "CKPromise.Swift",
3   "version": "0.1",
4   "summary": "Swift attemp to implement Promise/A+",
5   "homepage": "https://github.com/cristik/CKPromise.Swift",
6   "source": {
7     "git": "https://github.com/cristik/CKPromise.Swift.git",
8     "tag": "0.1"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "License.txt"
13   },
14   "authors": {
15     "Cristian Kocza": "cristik@cristik.com"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "source_files": "CKPromise.Swift/*.{swift}"