blob: e8d539428665ee93fe2cdb270adf75f3d0efaf15 [file] [log] [blame]
{
"name": "DYFStore",
"version": "1.1.5",
"summary": "A lightweight and easy-to-use iOS library for In-App Purchases. (Swift)",
"description": "A lightweight and easy-to-use iOS library for In-App Purchases. DYFStore uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.",
"homepage": "https://github.com/dgynfi/DYFStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/dgynfi/DYFStore.git",
"tag": "1.1.5"
},
"source_files": "DYFStore/*.swift",
"frameworks": [
"Security",
"StoreKit"
],
"requires_arc": true,
"swift_version": "5.0"
}