[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / c / 3 / KSDeferred / 0.2.0 / KSDeferred.podspec.json
bloba7aabe536767cd4c4af5503af7b046879b9d6f69
2   "name": "KSDeferred",
3   "version": "0.2.0",
4   "summary": "Async library inspired by CommonJS Promises/A spec.",
5   "homepage": "https://github.com/kseebaldt/deferred",
6   "license": "MIT",
7   "authors": {
8     "Kurtis Seebaldt": "kseebaldt@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kseebaldt/deferred.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "5.1",
16     "osx": "10.7"
17   },
18   "source_files": [
19     "Deferred",
20     "Deferred/**/*.{h,m}"
21   ],
22   "requires_arc": true