blob: 605a4d2d906b9cb26ae24ad17a199bd084ef9a56 [file] [log] [blame]
{
"name": "SwiftSockets",
"version": "0.20.0",
"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.0"
},
"social_media_url": "https://twitter.com/helje5",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "ARISockets/*.{h,c,swift}"
}