blob: dee59b64460036336579c6e5a0fa3ffc247b5512 [file] [log] [blame]
{
"name": "PKJSONSocket",
"version": "0.0.3",
"authors": {
"Philip Kluz": "philip.kluz@zuui.org"
},
"homepage": "https://github.com/pkluz/PKJSONSocket",
"summary": "Simplified socket networking based on CocoaAsynSocket. Enabling direct JSON messaging between devices.",
"source": {
"git": "https://github.com/pkluz/PKJSONSocket.git",
"tag": "v0.0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.3.2"
]
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"source_files": "PKJSONSocket/Classes/*.{h,m}"
},
"osx": {
"source_files": "PKJSONSocket/Classes/*.{h,m}"
}
}