[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / 5 / 9 / coobjc / 1.1.3 / coobjc.podspec.json
blob61f1bcdf67699397fb7e3b84d720379cca4a818f
2   "name": "coobjc",
3   "version": "1.1.3",
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.3"
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.3"
32     ]
33   }