blob: 2ebd237e7b6c199a6bca27e6dcd80e8181414e5b [file] [log] [blame]
{
"name": "ImplusPurchases",
"version": "0.1.2",
"summary": "iOS in-app purchase framework which will help implement purchases in your app in a few minutes.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/implustech/implus-ios-sdk-purchases.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Implus.co": "cocoapods@implustech.com "
},
"source": {
"git": "https://github.com/implustech/implus-ios-sdk-purchases.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "ImplusPurchasesSDK/Framework/ImplusPurchases.xcframework",
"dependencies": {
"gRPC-ProtoRPC": [
"~>1.31.0"
],
"Protobuf": [
"~>3.13.0"
],
"Founq_KeychainIDFA": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}