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