blob: 855fc0747217c954ad0b43ddae91346d6efc0d2d [file] [log] [blame]
{
"name": "SocketIOKit",
"version": "1.0.2",
"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.2"
},
"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": [
]
}
}