[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 8 / 7 / LooisKit / 0.0.4 / LooisKit.podspec.json
blob218e48f3b4f89bcabeb9f7fd73b8a9b62c98612b
2   "name": "LooisKit",
3   "version": "0.0.4",
4   "summary": "A wrapper for Trust and loois-relay",
5   "description": "A wrapper for Trust, used for loois ios sdk.",
6   "homepage": "https://github.com/LOOIS-IO/loois-ios-sdk",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Daaaaahan": "849565897@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/LOOIS-IO/loois-ios-sdk.git",
13     "tag": "0.0.4"
14   },
15   "swift_version": "4.1",
16   "module_name": "LooisKit",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "pod_target_xcconfig": {
21     "DEFINES_MODULE": "YES"
22   },
23   "subspecs": [
24     {
25       "name": "Relay",
26       "source_files": "LooisKit/Classes/RelayAPI/*.swift"
27     },
28     {
29       "name": "Core",
30       "source_files": "LooisKit/Classes/Core/**/*.swift",
31       "dependencies": {
32         "TrustCore": [
33           "0.2.0"
34         ],
35         "TrustKeystore": [
36           "0.5.0"
37         ],
38         "Result": [
40         ]
41       }
42     }
43   ]