blob: bcc9d00126628332535e92b02a6125ea86dcaef7 [file] [log] [blame]
{
"name": "FKWebSocket",
"version": "0.0.2",
"summary": "simple websocket for iOS",
"homepage": "https://github.com/ForAllKid/FKWebSocket#fkwebsocket",
"license": "MIT",
"authors": {
"ForKid": "910784384@qq.com"
},
"social_media_url": "http://www.jianshu.com/u/3301f9fe5bce",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ForAllKid/FKWebSocket.git",
"tag": "v0.0.2"
},
"source_files": "FKWebSocket/FKWebSocket/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
]
}
}