blob: 734b853a991a213678c69c5a1a91537cf5cbbc9d [file] [log] [blame]
{
"name": "DYFStore",
"version": "1.0.2",
"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"
},
"source": {
"git": "https://github.com/dgynfi/DYFStore.git",
"tag": "1.0.2"
},
"source_files": "DYFStore/*.swift",
"frameworks": [
"Security",
"StoreKit"
],
"requires_arc": true,
"swift_version": "5.0"
}