blob: d9ed6f33cdcb6b3ab1af7ead3bfe47a0ca54604b [file] [log] [blame]
{
"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"
]
}
}