blob: 19b74c4834661a4f33f0d4b8e2b028238b3594dc [file] [log] [blame]
{
"name": "PKJSONSocket",
"version": "0.0.1",
"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.1"
},
"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}"
}
}