[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / a / coswift / 1.2.0 / coswift.podspec.json
blob652c9a87b528ddd76f1924e2ea5b4d00bdb866f2
2   "name": "coswift",
3   "version": "1.2.0",
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.2.0"
22   },
23   "source_files": "coswift/*.{h,swift}",
24   "swift_version": "4.2",
25   "dependencies": {
26     "cocore": [
27       "~> 1.2.0"
28     ]
29   }