blob: 4876e2c398152b50e8c6c2017002ed58f3407f96 [file] [log] [blame]
{
"name": "Trustbadge",
"version": "0.6.3",
"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.6.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"MaryPopin": [
"~> 1.4.2"
]
},
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/Public/*.h",
"ios": {
"resource_bundles": {
"TrustbadgeResources": [
"Pod/Assets/*"
]
}
}
}