blob: 23f0a2d85f5a6c084a86e1f3c9883a4175e9df5d [file] [log] [blame]
{
"name": "SwiftSocket",
"version": "1.2",
"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.2"
},
"source_files": "Sources/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}