[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / 9 / f / Socket / 0.2.0 / Socket.podspec.json
blobec11fe2b0e361e5443f6cc8c676a6134e5da342e
2   "name": "Socket",
3   "version": "0.2.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.2.0"
17   },
18   "source_files": "Socket/**/*.{h,m,swift}",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "requires_arc": false