[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 6 / SwiftAsyncSocket / 0.1.0 / SwiftAsyncSocket.podspec.json
blob532ba52a41807fa6342ed57de6bfca12040209a1
2   "name": "SwiftAsyncSocket",
3   "swift_version": "4.2",
4   "version": "0.1.0",
5   "summary": "A GCD base of Socket writing by Swift 4.2",
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.1.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*"
26   ],
27   "exclude_files": "Sources/**/*.plist"