[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 2.0.3 / Braintree.podspec.json
blobe45d2bae9a0c750adfffcb8c94d858310cbef937
2   "name": "Braintree",
3   "summary": "The Braintree API helps businesses accept payments online.",
4   "version": "2.0.3",
5   "license": "LICENSES",
6   "authors": {
7     "Braintree": "code@getbraintree.com"
8   },
9   "homepage": "https://braintreepayments.com/",
10   "source": {
11     "git": "https://github.com/braintree/braintree_ios.git",
12     "tag": "2.0.3"
13   },
14   "platforms": {
15     "ios": "4.3"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "venmo-touch/VenmoTouch.framework/Headers/*.h",
20     "braintree/BTEncryption/*.{h,m}",
21     "braintree/BTPayment/*.{h,m}"
22   ],
23   "preserve_paths": "venmo-touch/VenmoTouch.framework/*",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "QuartzCore",
28     "CoreGraphics",
29     "Security",
30     "VenmoTouch"
31   ],
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Braintree/venmo-touch\""
34   },
35   "public_header_files": [
36     "venmo-touch/VenmoTouch.framework/Headers/*.h",
37     "braintree/BTEncryption/*.h",
38     "braintree/BTPayment/*.h"
39   ],
40   "resources": [
41     "braintree/BraintreeResources.bundle",
42     "venmo-touch/VenmoTouchResources.bundle"
43   ]