[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 3 / c / a / SHXPromise / 0.2.0 / SHXPromise.podspec.json
blob92653350ce401613a2b5a0361c3ac9e473e9d776
2   "name": "SHXPromise",
3   "version": "0.2.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.2.0"
13   },
14   "source_files": "SHXPromise",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   }