blob: ce72b546e23d8943d924d019048d06f21bdebbf7 [file] [log] [blame]
{
"name": "PurchasesHybridCommon",
"version": "1.1.0",
"summary": "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service.",
"description": "Save yourself the hastle of implementing a subscriptions backend. Use RevenueCat instead https://www.revenuecat.com/",
"homepage": "https://www.revenuecat.com/",
"license": {
"type": "MIT"
},
"authors": {
"RevenueCat, Inc.": "support@revenuecat.com"
},
"source": {
"git": "https://github.com/revenuecat/purchases-hybrid-common.git",
"tag": "1.1.0"
},
"documentation_url": "https://docs.revenuecat.com/",
"frameworks": "StoreKit",
"dependencies": {
"Purchases": [
"3.3.1"
]
},
"platforms": {
"ios": "9.0",
"osx": "10.12",
"watchos": "6.2",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": [
"ios/PurchasesHybridCommon/PurchasesHybridCommon/PurchasesHybridCommon.h",
"ios/PurchasesHybridCommon/PurchasesHybridCommon/**/*.h",
"ios/PurchasesHybridCommon/PurchasesHybridCommon/**/*.m"
],
"public_header_files": [
"ios/PurchasesHybridCommon/PurchasesHybridCommon/*.h"
]
}