[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / c / accepton / 0.5.1 / accepton.podspec.json
blob6a8237153aecaf6c119d16307d91a35f07415404
2   "name": "accepton",
3   "version": "0.5.1",
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",
7   "license": "MIT",
8   "authors": {
9     "seo": "seotownsend@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/accepton/accepton-apple.git",
13     "tag": "0.5.1"
14   },
15   "social_media_url": "https://twitter.com/acceptonhq",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Vendor/Paypal/*",
22     "Pod/Vendor/CHRTextFieldFormatter/**/*",
23     "Pod/Classes/**/*",
24     "Pod/Vendor/BUYPaymentButton/**/*",
25     "Pod/Vendor/Snapkit/**/*",
26     "Pod/Vendor/Alamofire/*",
27     "Pod/Vendor/Braintree/*",
28     "Pod/Vendor/Stripe/*",
29     "Pod/Vendor/stub.h"
30   ],
31   "resource_bundles": {
32     "accepton": [
33       "Pod/Assets/*"
34     ]
35   },
36   "public_header_files": "Pod/Vendor/stub.h",
37   "weak_frameworks": [
38     "SystemConfiguration",
39     "MobileCoreServices",
40     "MessageUI",
41     "CoreLocation",
42     "Accelerate",
43     "PassKit"
44   ],
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}/../**"
52   }