[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / c / 3 / KSDeferred / 0.3.2 / KSDeferred.podspec.json
blob9452ddbd06016bfe2e0ce1671a1cbb275eee2368
2   "name": "KSDeferred",
3   "version": "0.3.2",
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.3.2"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.1",
17     "osx": "10.7",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "watchos": {
22     "exclude_files": "Deferred/KSURLConnectionClient.{h,m}"
23   },
24   "tvos": {
25     "exclude_files": "Deferred/KSURLConnectionClient.{h,m}"
26   },
27   "source_files": [
28     "Deferred",
29     "Deferred/**/*.{h,m}"
30   ]