blob: ec9686a2c7d715b3328decf5fc4e3d64b6771975 [file] [log] [blame]
{
"name": "accepton",
"version": "0.2.13",
"summary": "Beautiful payment processing for iOS",
"description": "A swift library for processing payments through the AcceptOn API which elegantly unifies many payment providers including PayPal, Stripe, and ApplePay. This library provides you with powerful flexibility and ease-of-use by offering both beautiful pre-made payment views and access to the well-engineered low-level primitives for those wanting to have tighter integration into their applications.",
"homepage": "http://accepton.com",
"license": "MIT",
"authors": {
"seo": "seotownsend@icloud.com"
},
"source": {
"git": "https://github.com/accepton/accepton-apple.git",
"tag": "0.2.13"
},
"social_media_url": "https://twitter.com/acceptonhq",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": [
"Pod/Vendor/Paypal/*.h",
"Pod/Vendor/CHRTextFieldFormatter/**/*",
"Pod/Classes/**/*",
"Pod/Vendor/BUYPaymentButton/**/*",
"Pod/Vendor/Snapkit/**/*"
],
"resource_bundles": {
"accepton": [
"Pod/Assets/*"
]
},
"public_header_files": [
"Pod/Vendor/Paypal/*.h",
"Pod/Vendor/CHRTextFieldFormatter/*.h",
"Pod/Vendor/BUYPaymentButton/*.h"
],
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"Stripe": [
],
"Braintree": [
]
},
"weak_frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"MessageUI",
"CoreLocation",
"Accelerate",
"PassKit"
],
"vendored_libraries": "Pod/Vendor/Paypal/libPayPalMobile.a",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "${SRCROOT}/**",
"USER_HEADER_SEARCH_PATHS": "${SRCROOT}/**"
}
}