[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 6 / SwiftAsyncSocket / 0.2.0 / SwiftAsyncSocket.podspec.json
blobc7f5af8dfc91e21f298499f08fb478fdd469f870
2   "name": "SwiftAsyncSocket",
3   "swift_versions": "5",
4   "version": "0.2.0",
5   "summary": "A GCD base of Socket writing by Swift 5",
6   "description": "A socket connection tool writing by Swift.\nIt has has the same function with CocoaAsyncSocket",
7   "homepage": "https://github.com/chouheiwa/SwiftAsnycSocket",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "chouheiwa": "849131492@qq.com"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/chouheiwa/SwiftAsnycSocket.git",
21     "tag": "0.2.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*"
26   ],
27   "exclude_files": "Sources/**/*.plist",
28   "swift_version": "5"