[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 5 / 9 / coobjc / 1.1.0 / coobjc.podspec.json
blob7a27dc784301fef99303d7312a1ab0ace1cb1d8c
2   "name": "coobjc",
3   "version": "1.1.0",
4   "summary": "A coroutine framework for Objective-C",
5   "description": "This library provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc",
6   "homepage": "https://github.com/alibaba/coobjc",
7   "license": {
8     "type": "Copyright",
9     "text": "           Alibaba-INC copyright\n"
10   },
11   "authors": {
12     "pengyutang125": "pengyutang125@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.12"
17   },
18   "source": {
19     "git": "https://github.com/alibaba/coobjc.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "coobjc/**/*.{h,m}",
23   "requires_arc": [
24     "coobjc/co/*.m",
25     "coobjc/generator/*.m",
26     "coobjc/actor/*.m",
27     "coobjc/promise/*.m"
28   ],
29   "dependencies": {
30     "cocore": [
31       "~> 1.1.0"
32     ]
33   }