blob: c2680fee2007a13d3a2e09e4873ed49aec0fd7d4 [file] [log] [blame]
{
"name": "Purchases",
"version": "1.2.0-rc1",
"summary": "Subscription and in-app-purchase backend service.",
"description": "Save yourself the hastle of implementing a subscriptions backend. Use RevenueCat instead http://revenue.cat",
"homepage": "http://revenue.cat",
"license": {
"type": "MIT"
},
"authors": {
"RevenueCat, Inc.": "jacob@revenuecat.com"
},
"source": {
"git": "https://github.com/revenuecat/purchases-ios.git",
"tag": "1.2.0-rc1"
},
"documentation_url": "https://docs.revenuecat.com/",
"frameworks": "StoreKit",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"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"
]
}