blob: a98698f688d1d2da5387217bb42ddaf65327d881 [file] [log] [blame]
{
"name": "SwiftSocket",
"version": "1.1",
"summary": "A cool framework to work with TCP and UDP sockets",
"description": "SwiftSocket profieds an easy way to create TCP or UDP clients and servers 💁",
"homepage": "https://github.com/danshevluk/SwiftSocket",
"license": {
"type": "BSD"
},
"authors": {
"Dan Shevlyuk": "danshevlyuk@icloud.com"
},
"social_media_url": "http://twitter.com/danshevluk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/danshevluk/SwiftSocket.git",
"tag": "1.1"
},
"source_files": "SwiftSocket/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}