blob: aa2c8f0c681e3bf868f473f0bdd30706085e45c4 [file] [log] [blame]
{
"name": "LooisKit",
"version": "0.0.5",
"summary": "A wrapper for Trust and loois-relay",
"description": "A wrapper for Trust, used for loois ios sdk.",
"homepage": "https://github.com/LOOIS-IO/loois-ios-sdk",
"license": "Apache License 2.0",
"authors": {
"Daaaaahan": "849565897@qq.com"
},
"source": {
"git": "https://github.com/LOOIS-IO/loois-ios-sdk.git",
"tag": "0.0.5"
},
"swift_version": "4.1",
"module_name": "LooisKit",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
},
"subspecs": [
{
"name": "Relay",
"source_files": "LooisKit/Classes/RelayAPI/*.swift"
},
{
"name": "Core",
"source_files": "LooisKit/Classes/Core/**/*.swift",
"dependencies": {
"TrustCore": [
"0.2.0"
],
"Result": [
],
"CryptoSwift": [
]
}
}
]
}