[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / f / 4 / BAPromise / 1.1.1 / BAPromise.podspec.json
blob4363a9c7c88a3f8f633a09d6ca36037a0d1dd1b3
2   "name": "BAPromise",
3   "version": "1.1.1",
4   "summary": "Objective C Promise Library",
5   "description": "    Objective C Promise Library. An alternative to NSOperation for asynchronous operations.\n",
6   "homepage": "https://github.com/benski/BAPromise",
7   "license": "MIT",
8   "authors": {
9     "Ben Allison": "benski@winamp.com"
10   },
11   "source": {
12     "git": "https://github.com/benski/BAPromise.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/*",
21   "public_header_files": "Classes/*.h"