blob: b8eadef72ef18bf51d43b0f183a2d786f6c58a61 [file] [log] [blame]
{
"name": "Purchaser",
"version": "1.0.0",
"summary": "A set of Swift classes to simplify In-App Purchases implementation",
"description": "Purchaser is a set of classes written in Swift to help iOS developers to simplify the process of implementing In-App purchases in their applications.",
"homepage": "https://github.com/thxou/Purchaser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"thxou": "yo@thxou.com"
},
"source": {
"git": "https://github.com/thxou/Purchaser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*"
}