blob: 09c2369e304dbb3d869c9aff8f934c153a225ef7 [file] [log] [blame]
{
"name": "kuzzlesdk",
"version": "1.0.0",
"summary": "iOS client for Kuzzle (Swift)",
"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",
"submodules": true
},
"source_files": "kuzzlesdk/**/*.{h,swift}",
"exclude_files": "kuzzlesdk/**/ObjC/*.{swift}",
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 6.0.0"
]
}
}