blob: 06f5e8c7cbedf8bb373102bfc083c7552ce14b73 [file] [log] [blame]
{
"name": "accepton",
"version": "0.5.2",
"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.5.2"
},
"social_media_url": "https://twitter.com/acceptonhq",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Pod/Vendor/Paypal/*",
"Pod/Vendor/CHRTextFieldFormatter/**/*",
"Pod/Classes/**/*",
"Pod/Vendor/BUYPaymentButton/**/*",
"Pod/Vendor/Snapkit/**/*",
"Pod/Vendor/Alamofire/*",
"Pod/Vendor/Braintree/*",
"Pod/Vendor/Stripe/*",
"Pod/Vendor/stub.h"
],
"resource_bundles": {
"accepton": [
"Pod/Assets/*"
]
},
"public_header_files": "Pod/Vendor/stub.h",
"weak_frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"MessageUI",
"CoreLocation",
"Accelerate",
"PassKit"
],
"vendored_libraries": "Pod/Vendor/Paypal/libPayPalMobile.a",
"preserve_paths": "Pod/Vendor/**/*",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "${SRCROOT}/**",
"USER_HEADER_SEARCH_PATHS": "${SRCROOT}/**",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/../../** ${PODS_ROOT}/../**"
}
}