blob: 3707971610a78feff547f59d1e316a6035691b38 [file] [log] [blame]
{
"name": "SwiftSocket",
"version": "2.0.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/swiftsocket/SwiftSocket",
"license": {
"type": "BSD"
},
"authors": {
"Dan Shevlyuk": "danshevlyuk@icloud.com"
},
"social_media_url": "http://twitter.com/danshevluk",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/swiftsocket/SwiftSocket.git",
"tag": "2.0.1"
},
"source_files": "Sources/**/*.{swift,c}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}