[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / c / 0 / 2 / kuzzlesdk / 1.0.0 / kuzzlesdk.podspec.json
blob09c2369e304dbb3d869c9aff8f934c153a225ef7
2   "name": "kuzzlesdk",
3   "version": "1.0.0",
4   "summary": "iOS client for Kuzzle (Swift)",
5   "homepage": "https://github.com/kuzzleio/sdk-ios",
6   "license": {
7     "type": "Apache2",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maciej Madaj": "mmadaj@kaliop.com",
12     "kuzzle.io": "support@kuzzle.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/kuzzleio/sdk-ios.git",
20     "tag": "1.0.0",
21     "submodules": true
22   },
23   "source_files": "kuzzlesdk/**/*.{h,swift}",
24   "exclude_files": "kuzzlesdk/**/ObjC/*.{swift}",
25   "dependencies": {
26     "Socket.IO-Client-Swift": [
27       "~> 6.0.0"
28     ]
29   }