| { |
| "name": "kuzzlesdkObjC", |
| "version": "1.0.0", |
| "summary": "iOS client for Kuzzle (ObjC)", |
| "homepage": "https://github.com/kuzzleio/sdk-ios", |
| "license": { |
| "type": "Apache2", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Maciej Madaj": "mmadaj@kaliop.com", |
| "kuzzle.io": "support@kuzzle.io" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/kuzzleio/sdk-ios.git", |
| "tag": "1.0.0_objc", |
| "submodules": true |
| }, |
| "source_files": "kuzzlesdk/**/*.{h,swift}", |
| "dependencies": { |
| "Socket.IO-Client-Swift": [ |
| "~> 6.0.0" |
| ] |
| } |
| } |