blob: 6f7357ebdcf3b6037bdacad0abf17e9a6357550a [file] [log] [blame]
{
"name": "Purchases",
"version": "3.0.0",
"summary": "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-ios.git",
"tag": "3.0.0"
},
"documentation_url": "https://docs.revenuecat.com/",
"frameworks": "StoreKit",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": [
"Purchases/Public/Purchases.h",
"Purchases/*.h",
"Purchases/*.m",
"Purchases/Public/*.h",
"Purchases/Public/*.m"
],
"public_header_files": [
"Purchases/Public/Purchases.h",
"Purchases/Public/*.h"
]
}