blob: 689e8c9540d36f66a1bb667abbef0b5c4b4fd10d [file] [log] [blame]
{
"name": "DYFStore",
"version": "1.0.0",
"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",
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFStore.git",
"tag": "1.0.0"
},
"source_files": "DYFStore/*.swift",
"public_header_files": "DYFStore/*.h",
"frameworks": [
"Security",
"StoreKit"
],
"requires_arc": true,
"swift_version": "5.0"
}