4 "summary": "Beautiful payment processing for iOS",
5 "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.",
6 "homepage": "http://accepton.com",
9 "seo": "seotownsend@icloud.com"
12 "git": "https://github.com/accepton/accepton-apple.git",
15 "social_media_url": "https://twitter.com/acceptonhq",
21 "Pod/Vendor/Paypal/*",
22 "Pod/Vendor/CHRTextFieldFormatter/**/*",
24 "Pod/Vendor/BUYPaymentButton/**/*",
25 "Pod/Vendor/Snapkit/**/*",
26 "Pod/Vendor/Alamofire/*",
27 "Pod/Vendor/Braintree/*",
28 "Pod/Vendor/Stripe/*",
36 "public_header_files": "Pod/Vendor/stub.h",
38 "SystemConfiguration",
45 "vendored_libraries": "Pod/Vendor/Paypal/libPayPalMobile.a",
46 "preserve_paths": "Pod/Vendor/**/*",
47 "pod_target_xcconfig": {
48 "OTHER_LDFLAGS": "-ObjC",
49 "LIBRARY_SEARCH_PATHS": "${SRCROOT}/**",
50 "USER_HEADER_SEARCH_PATHS": "${SRCROOT}/**",
51 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/../../** ${PODS_ROOT}/../**"