[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 7 / LooisKit / 0.0.1 / LooisKit.podspec.json
blob95de5761becb48e04c6e766d80589d2c9733f8b1
2   "name": "LooisKit",
3   "version": "0.0.1",
4   "summary": "A wrapper for web3swift and loois-relay",
5   "description": "A wrapper for web3swift, 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.1"
14   },
15   "swift_version": "4.1",
16   "module_name": "LooisKit",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "LooisKit/Classes/**/*.{h,swift}",
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "Relay",
27       "source_files": "LooisKit/Classes/RelayAPI"
28     },
29     {
30       "name": "Base",
31       "source_files": "LooisKit/Classes/Base",
32       "dependencies": {
33         "web3swift": [
34           "~> 0.8.0"
35         ]
36       }
37     }
38   ]