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/*.h",
22 "Pod/Vendor/CHRTextFieldFormatter/**/*",
24 "Pod/Vendor/BUYPaymentButton/**/*",
25 "Pod/Vendor/Snapkit/**/*"
32 "public_header_files": [
33 "Pod/Vendor/Paypal/*.h",
34 "Pod/Vendor/CHRTextFieldFormatter/*.h",
35 "Pod/Vendor/BUYPaymentButton/*.h"
49 "SystemConfiguration",
56 "vendored_libraries": "Pod/Vendor/Paypal/libPayPalMobile.a",
57 "pod_target_xcconfig": {
58 "OTHER_LDFLAGS": "-ObjC",
59 "LIBRARY_SEARCH_PATHS": "${SRCROOT}/**",
60 "USER_HEADER_SEARCH_PATHS": "${SRCROOT}/**"