[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / a / coswift / 1.1.2 / coswift.podspec.json
blob4ba6d177456ba6a8b2486a215f9e03fc27d74c12
2   "name": "coswift",
3   "version": "1.1.2",
4   "summary": "A coroutine framework for swift.",
5   "description": "A coroutine framework for swift, using 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   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/alibaba/coobjc.git",
21     "tag": "1.1.2"
22   },
23   "source_files": "coswift/*.{h,swift}",
24   "swift_version": "4.2",
25   "dependencies": {
26     "cocore": [
27       "~> 1.1.0"
28     ]
29   }