blob: 90053c7961d0d6c41599d608765c27c609a25a33 [file] [log] [blame]
{
"name": "SwiftSockets",
"version": "0.20.2",
"summary": "A simple GCD based socket wrapper for Swift",
"description": "A simple GCD based socket wrapper for Swift.",
"homepage": "https://github.com/AlwaysRightInstitute/SwiftSockets",
"license": "MIT",
"authors": {
"Helge Heß": "helge@alwaysrightinstitute.com"
},
"source": {
"git": "https://github.com/AlwaysRightInstitute/SwiftSockets.git",
"tag": "v0.20.2"
},
"social_media_url": "https://twitter.com/helje5",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "SwiftSockets/*.{h,c,swift}"
}