blob: 0c7be105aabaf813be40198b12839dae080cf14c [file] [log] [blame]
{
"name": "FastSocket",
"version": "1.3",
"summary": "A fast, synchronous Objective-C wrapper around BSD sockets for iOS and OS X.",
"description": "\t\t\t\t\t\tA fast, synchronous Objective-C wrapper around BSD sockets for iOS and OS X.\n\t\t\t\t\t\tSend and receive raw bytes over a socket as fast as possible. Includes methods\n\t\t\t\t\t\tfor transferring files while optionally computing a checksum for verification.\n\n\t\t\t\t\t\tUse this class if fast network communication is what you need. If you want to\n\t\t\t\t\t\tdo something else while your network operations finish, then an asynchronous\n\t\t\t\t\t\tAPI might be better.\n",
"homepage": "https://github.com/dreese/FastSocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dan Reese": "dan@danandcheryl.com"
},
"social_media_url": "http://twitter.com/dreese",
"source": {
"git": "https://github.com/dreese/FastSocket.git",
"tag": "v1.3"
},
"source_files": [
"FastSocket.{h,m}",
"FastServerSocket.{h,m}"
],
"requires_arc": true,
"frameworks": "Foundation"
}