blob: 775b03080aeab9def5671b6a6d31404fe0ef1d20 [file] [log] [blame]
{
"name": "DYFStoreKit",
"version": "1.1.5",
"summary": "A lightweight and easy-to-use iOS library for In-App Purchases. (Objective-C)",
"description": "A lightweight and easy-to-use iOS library for In-App Purchases. DYFStoreKit 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/DYFStoreKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFStoreKit.git",
"tag": "1.1.5"
},
"source_files": "DYFStoreKit/*.{h,m}",
"public_header_files": "DYFStoreKit/*.h",
"frameworks": [
"Security",
"StoreKit"
],
"requires_arc": true
}