Last active
April 15, 2016 20:51
-
-
Save pilot34/99fa3a0f8207f895b9382bd872a4a1ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Socks", | |
"version": "0.0.3", | |
"summary": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.", | |
"description": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.", | |
"homepage": "https://github.com/czechboy0/Socks", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Honza Dvorsky": "https://honzadvorsky.com" | |
}, | |
"social_media_url": "http://twitter.com/czechboy0", | |
"platforms": { | |
"osx": "10.9", | |
"ios": "8.0", | |
"watchos": "2.0", | |
"tvos": "9.0" | |
}, | |
"source": { | |
"git": "https://github.com/czechboy0/Socks.git", | |
"tag": "0.0.3" | |
}, | |
"source_files": "Sources/Socks/*.swift", | |
"dependencies": { "SocksCore": [] } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment