blob: 33fb52e6a4444b0905730240b0d204dfd152877b [file] [log] [blame]
{
"name": "HPStore",
"version": "1.2.0",
"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": "8.0"
},
"source": {
"git": "https://github.com/Fri3ndlyGerman/HPStore.git",
"tag": "1.2.0"
},
"source_files": [
"HPStore",
"HPStore/**/*.{swift}"
],
"requires_arc": true
}