[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 8.2.0 / BraintreeDropIn.podspec.json
blob8645e5c89ce62d0818982b39d291020a59618f74
2   "name": "BraintreeDropIn",
3   "version": "8.2.0",
4   "summary": "Braintree Drop-in SDK: A modern foundation for accepting payments",
5   "description": "Braintree is a full-stack payments platform for developers\n\nThis CocoaPod will help you accept payments in your iOS app.\n\nCheck out our development portal at https://developers.braintreepayments.com.",
6   "homepage": "https://www.braintreepayments.com/how-braintree-works",
7   "documentation_url": "https://developers.braintreepayments.com/ios/start/hello-client",
8   "screenshots": [
9     "https://github.com/braintree/braintree-ios-drop-in/raw/master/Images/client-sdk-ios-series-light.png",
10     "https://github.com/braintree/braintree-ios-drop-in/raw/master/Images/client-sdk-ios-series-dark.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Braintree": "code@getbraintree.com"
15   },
16   "source": {
17     "git": "https://github.com/braintree/braintree-ios-drop-in.git",
18     "tag": "8.2.0"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "compiler_flags": "-Wall -Werror -Wextra",
25   "default_subspecs": [
26     "DropIn"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "subspecs": [
35     {
36       "name": "DropIn",
37       "source_files": "BraintreeDropIn/**/*.{h,m}",
38       "public_header_files": "BraintreeDropIn/Public/*.h",
39       "frameworks": "UIKit",
40       "dependencies": {
41         "Braintree/Card": [
42           "~> 4.32"
43         ],
44         "Braintree/Core": [
45           "~> 4.32"
46         ],
47         "Braintree/UnionPay": [
48           "~> 4.32"
49         ],
50         "Braintree/PaymentFlow": [
51           "~> 4.32"
52         ],
53         "Braintree/PayPal": [
54           "~> 4.32"
55         ],
56         "BraintreeDropIn/UIKit": [
58         ]
59       }
60     },
61     {
62       "name": "UIKit",
63       "source_files": "BraintreeUIKit/**/*.{h,m}",
64       "public_header_files": "BraintreeUIKit/Public/*.h",
65       "frameworks": "UIKit",
66       "resource_bundles": {
67         "Braintree-UIKit-Localization": [
68           "BraintreeUIKit/Localization/*.lproj"
69         ]
70       }
71     }
72   ]