[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 1 / e / 3 / WeqSdk / 0.1.0 / WeqSdk.podspec.json
blobdfba42572bec45d68015047a62837c940471cd94
2   "name": "WeqSdk",
3   "version": "0.1.0",
4   "summary": "WeQ Studios Analytics SDK",
5   "description": "SDK provides API for the game developer to invoke events when important things happening in the game. Which could be used to analyse interactions, collect user device data for additional statistics.",
6   "homepage": "https://bitbucket.org/ocono/studios-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "WeqSdk/licence"
10   },
11   "authors": "WeQ Studios",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_versions": [
16     "4.2",
17     "5.0"
18   ],
19   "source": {
20     "git": "https://bitbucket.org/ocono/studios-ios-sdk.git",
21     "tag": "0.1.0"
22   },
23   "module_name": "WeqSdk",
24   "default_subspecs": "WeqSdk",
25   "subspecs": [
26     {
27       "name": "WeqSdk",
28       "source_files": "WeqSdk/WeqSdk/**/*.{h,m.,swift}",
29       "resources": "WeqSdk/WeqSdk/Sdk.plist",
30       "dependencies": {
31         "GzipSwift": [
33         ]
34       }
35     }
36   ],
37   "swift_version": "5.0"