blob: 5839a9df61004cca9a9df8aa12c0547a6cb71fb6 [file] [log] [blame]
{
"name": "HPStore",
"version": "1.2.1",
"summary": "A lightweight Swift wrapper to make In-App purchases",
"description": "SimpleStore is a leightweight framework built on top of Apple's StoreKit to perform in-app purchases. It takes pretty much all the work from you so that you can focus on your own code.",
"homepage": "https://github.com/Fri3ndlyGerman/HPStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Henrik Panhans": "henrikpanhans@icloud.com"
},
"social_media_url": "http://twitter.com/HPanhans",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Fri3ndlyGerman/HPStore.git",
"tag": "1.2.1"
},
"source_files": [
"HPStore",
"HPStore/**/*.{swift}"
],
"requires_arc": true
}