blob: b2b5737256d1c9fc12798292b773867f27a5e1e6 [file] [log] [blame]
{
"name": "LeeroySDK-iOS",
"version": "1.1.10",
"summary": "The LeeroySDK-iOS is the easiest way to integrate your iOS app with Leeroy.",
"swift_versions": "5.0",
"description": "The LeeroySDK-iOS is the easiest way to integrate your iOS app with Leeroy. For more information, please see README.",
"homepage": "https://github.com/LeeroyGroup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hui Wang": "hui.wang@leeroy.se"
},
"source": {
"git": "https://github.com/LeeroyGroup/LeeroySDK-iOS.git",
"tag": "1.1.10"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"ios": {
"vendored_frameworks": "LeeroySDK-iOS/Frameworks/*.framework"
}
},
{
"name": "AuthKit",
"ios": {
"vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyAuthKit.framework"
}
},
{
"name": "UIKit",
"ios": {
"vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyUIKit.framework"
}
},
{
"name": "UtilityKit",
"ios": {
"vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyUtilityKit.framework"
}
}
]
}