[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 9 / SwiftSocket / 2.0.1 / SwiftSocket.podspec.json
blob3707971610a78feff547f59d1e316a6035691b38
2   "name": "SwiftSocket",
3   "version": "2.0.1",
4   "summary": "A cool framework to work with TCP and UDP sockets",
5   "description": "SwiftSocket profieds an easy way to create TCP or UDP clients and servers 💁",
6   "homepage": "https://github.com/swiftsocket/SwiftSocket",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Dan Shevlyuk": "danshevlyuk@icloud.com"
12   },
13   "social_media_url": "http://twitter.com/danshevluk",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/swiftsocket/SwiftSocket.git",
21     "tag": "2.0.1"
22   },
23   "source_files": "Sources/**/*.{swift,c}",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3"
26   },
27   "pushed_with_swift_version": "3.0"