[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 4 / CKPromise / 1.4.2 / CKPromise.podspec.json
bloba212ee4507bc298efea8c63718f655610a5a6444
2   "name": "CKPromise",
3   "version": "1.4.2",
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.2"
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,mm}",
22   "requires_arc": true