blob: b10f0f3b7c2db35d29d4d1c1c33a30ee249e7dec [file] [log] [blame]
{
"name": "ImplusPurchases",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "ImplusPurchasesSDK/Framework/ImplusPurchases.framework",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"gRPC-ProtoRPC": [
"~>1.31.0"
],
"Protobuf": [
"~>3.13.0"
]
}
}