[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 2.3.0 / Braintree.podspec.json
blobc312068d68c32355ffafa901c2af2da1bb83e34e
2   "name": "Braintree",
3   "summary": "The Braintree API helps businesses accept payments online.",
4   "version": "2.3.0",
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.3.0"
13   },
14   "platforms": {
15     "ios": "5.0"
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     "CoreTelephony",
32     "CoreText"
33   ],
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Braintree/venmo-touch\""
36   },
37   "public_header_files": [
38     "venmo-touch/VenmoTouch.framework/Headers/*.h",
39     "braintree/BTEncryption/*.h",
40     "braintree/BTPayment/*.h"
41   ],
42   "resources": [
43     "braintree/BraintreeResources.bundle",
44     "venmo-touch/VenmoTouchResources.bundle"
45   ]