blob: d4aa4eeb67c2751720ad5512be77add8f1e64773 [file] [log] [blame]
{
"name": "PBPayPalPaymentViewController",
"version": "1.0",
"summary": "PayPalPaymentViewController subclass using blocks.",
"homepage": "https://github.com/nerdishbynature/PBPayPalPaymentViewController",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Piet Brauer": "piet@nerdishbynature.com"
},
"source": {
"git": "https://github.com/nerdishbynature/PBPayPalPaymentViewController.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"PBPayPalViewController",
"PBPayPalViewController/*.{h,m}"
],
"exclude_files": [
"PayPalWrapper/**",
"PayPalWrapper.xcodeproj",
"README.md"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"PayPal-iOS-SDK": [
"~> 1.0.4"
]
}
}