[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 5 / 9 / coobjc / 1.0.1 / coobjc.podspec.json
blobb3e7d29f3732520de69d7c90eca9137bd1132011
2   "name": "coobjc",
3   "version": "1.0.1",
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   },
17   "requires_arc": [
18     "coobjc/api/*.m",
19     "coobjc/core/*.m",
20     "coobjc/csp/*.m",
21     "coobjc/promise/*.m",
22     "coobjc/util/*.m"
23   ],
24   "source": {
25     "git": "https://github.com/alibaba/coobjc.git",
26     "tag": "1.0.0"
27   },
28   "source_files": "coobjc/**/*.{h,m,s,c,mm}",
29   "libraries": "c++",
30   "dependencies": {
31     "fishhook": [
32       "~> 0.2.0"
33     ]
34   }