blob: 78dc6eb71b1af586a9ca08d4f30e433f31b1dbad [file] [log] [blame]
{
"name": "ApplePayStubs",
"version": "0.1.4",
"summary": "Test your Apple Pay integration without Apple Pay",
"description": " ApplePayStubs lets you test your Apple Pay integration without needing a compatible device.\n",
"homepage": "https://github.com/stripe/ApplePayStubs",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Jack Flintermann": "jack@stripe.com",
"Stripe": "support+github@stripe.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/stripe/ApplePayStubs.git",
"tag": "v0.1.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Classes/**/*.xib",
"exclude_files": "Classes/Exclude",
"weak_frameworks": "PassKit",
"requires_arc": true
}