[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 4 / CKPromise / 1.5.0 / CKPromise.podspec.json
blob1723d9c941e50bedf3909e328088dd6ac935ff7b
2   "name": "CKPromise",
3   "version": "1.5.0",
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.5.0"
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   "libraries": "c++",
22   "source_files": "CKPromise/**/*.{h,m,mm}"