[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 7 / 4 / CKPromise / 1.4.1 / CKPromise.podspec.json
blob1740723a63f1d7d6dade13abcfc02c062e39bc22
2   "name": "CKPromise",
3   "version": "1.4.1",
4   "summary": "An implementation of Promises/A+ specification for ObjectiveC",
5   "homepage": "https://github.com/cristik/CKPromise",
6   "source": {
7     "git": "https://github.com/cristik/CKPromise.git",
8     "tag": "1.4.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": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": "CKPromise/**/*.{h,m}",
22   "requires_arc": true