blob: 8b210967a0f8aae6c6715969fbdd2f316b92175b [file] [log] [blame]
{
"name": "Trustbadge",
"version": "0.2.0",
"summary": "Trusted Shops SDK for iOS",
"description": "Use the Trustbadge and Trusted Shops guarantee in your iOS app.",
"homepage": "https://github.com/trustedshops/trustedshops-ios-sdk",
"license": "MIT",
"authors": "Trusted Shops GmbH",
"source": {
"git": "https://github.com/trustedshops/trustedshops-ios-sdk.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/Public/*.h",
"ios": {
"resource_bundles": {
"TrustbadgeResources": [
"Pod/Assets/*"
]
}
}
}