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