blob: a71a1039a9a1657d6cb3db175c08abeabec7c180 [file] [log] [blame]
{
"name": "Trustbadge",
"version": "0.3.4",
"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.3.4"
},
"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/*"
]
}
}
}