blob: 97d1af30dbae46d3015e213a2c5c0aefe35d1fe2 [file] [log] [blame]
{
"name": "ApplePayStubs",
"version": "0.1.1",
"summary": "Test your Apple Pay integration without Apple Pay",
"description": " ApplePayStubs lets you test your Apple Pay integration without needing an iPhone 6 and the as-yet-unreleased Apple Pay SDK.\n",
"homepage": "https://github.com/stripe/ApplePayStubs",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Stripe": "support+github@stripe.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/stripe/ApplePayStubs.git",
"tag": "v0.1.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Classes/**/*.xib",
"exclude_files": "Classes/Exclude",
"weak_frameworks": "PassKit",
"requires_arc": true
}