blob: 185548f9d567a20ec221e3d7d5b11e0a22a8e5cf [file] [log] [blame]
{
"name": "LooisKit",
"version": "0.0.3",
"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.3"
},
"swift_version": "4.1",
"module_name": "LooisKit",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"subspecs": [
{
"name": "Relay",
"source_files": "LooisKit/Classes/RelayAPI/*.swift"
},
{
"name": "Core",
"source_files": "LooisKit/Classes/Core/**/*.swift",
"dependencies": {
"TrustCore": [
"0.2.0"
],
"TrustKeystore": [
"0.5.0"
],
"Result": [
]
}
}
]
}