blob: b6fbbb7cc5bb941604d7168ff21a87c82958d42b [file] [log] [blame]
{
"name": "SocketIOKit",
"version": "1.0.3",
"summary": "Socket.io iOS and OSX Client compatible with v1.0 and later",
"homepage": "https://github.com/ricardopereira/SocketIO-Kit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ricardo Pereira": "m@ricardopereira.eu"
},
"social_media_url": "https://twitter.com/ricardopereiraw",
"source": {
"git": "https://github.com/ricardopereira/SocketIO-Kit.git",
"tag": "v1.0.3"
},
"source_files": [
"SocketIOKit/*.{h}",
"Source/**/*.{h,swift}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"dependencies": {
"Runes": [
"2.0.0"
],
"SwiftWebSocket": [
"0.1.18"
]
}
}