blob: 459734051462cb66606382b5ed5b88fdce99a0ca [file] [log] [blame]
{
"name": "Purchases",
"version": "0.4.2",
"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": "0.4.2"
},
"documentation_url": "https://www.revenuecat.com/docs/index.html",
"frameworks": "StoreKit",
"platforms": {
"ios": "10.0"
},
"source_files": [
"Purchases/Classes/**/*"
],
"public_header_files": [
"Purchases/Classes/Public/*.h"
]
}