[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 4 / 0 / SwiftDSSocket / 0.0.9 / SwiftDSSocket.podspec.json
blob84871a75b2566701c8b11d601e5735aaa44d21d0
2   "name": "SwiftDSSocket",
3   "version": "0.0.9",
4   "summary": "DispatchSource based sockets framework written in pure Swift 3.1",
5   "homepage": "https://github.com/csujedihy/SwiftDSSocket",
6   "license": "GPL",
7   "authors": {
8     "jedihy": "csujedi@gmail.com"
9   },
10   "social_media_url": "https://github.com/csujedihy",
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/csujedihy/SwiftDSSocket.git",
17     "tag": "0.0.9"
18   },
19   "source_files": "Sources/**/*.swift",
20   "requires_arc": true,
21   "xcconfig": {
22     "SWIFT_VERSION": "3.1"
23   },
24   "pushed_with_swift_version": "3.0"