| { |
| "name": "PKJSONSocket", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "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}" |
| } |
| } |