[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 9 / f / Socket / 0.1.0 / Socket.podspec.json
blob57f5c71e06be241e6adeaecce2171584cf77e465
2   "name": "Socket",
3   "version": "0.1.0",
4   "summary": "A swift library for sockets",
5   "description": "A library for using network sockets in swift",
6   "homepage": "https://github.com/jphughes/socket-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE/mit.txt"
10   },
11   "authors": {
12     "James P. Hughes": "jphughes@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/jphughes/socket-swift.git",
16     "tag": "release/0.1.0"
17   },
18   "source_files": "Socket/**/*.{h,m,swift}",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "requires_arc": false