[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / a / SHXPromise / 0.4.0 / SHXPromise.podspec.json
blobcc20f5842b30559d87f685260a6e70d70430ef30
2   "name": "SHXPromise",
3   "version": "0.4.0",
4   "license": "MIT",
5   "summary": "A lightweight implementation of Promises/A+ for iOS and OS X.",
6   "homepage": "https://github.com/MSNexploder/SHXPromise",
7   "authors": {
8     "Stefan Huber": "MSNexploder@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/MSNexploder/SHXPromise.git",
12     "tag": "0.4.0"
13   },
14   "source_files": "SHXPromise",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   }