[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 4.0.0 / Braintree.podspec.json
blobf4f779a152541f652907d1a6aa1ad00816bf609e
2   "name": "Braintree",
3   "version": "4.0.0",
4   "summary": "Braintree v.zero: 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/v.zero",
7   "documentation_url": "https://developers.braintreepayments.com/ios/start/hello-client",
8   "screenshots": "https://raw.githubusercontent.com/braintree/braintree_ios/master/screenshot.png",
9   "license": "MIT",
10   "authors": {
11     "Braintree": "code@getbraintree.com"
12   },
13   "source": {
14     "git": "https://github.com/braintree/braintree_ios.git",
15     "tag": "4.0.0"
16   },
17   "social_media_url": "https://twitter.com/braintree",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "compiler_flags": "-Wall -Werror -Wextra",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "PayPal",
27     "UI"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "BraintreeCore/**/*.{h,m}",
33       "public_header_files": "BraintreeCore/Public/*.h",
34       "frameworks": "AddressBook",
35       "weak_frameworks": "Contacts"
36     },
37     {
38       "name": "Apple-Pay",
39       "source_files": "BraintreeApplePay/**/*.{h,m}",
40       "public_header_files": "BraintreeApplePay/Public/*.h",
41       "dependencies": {
42         "Braintree/Core": [
44         ]
45       },
46       "frameworks": "PassKit"
47     },
48     {
49       "name": "Card",
50       "source_files": "BraintreeCard/**/*.{h,m}",
51       "public_header_files": "BraintreeCard/Public/*.h",
52       "dependencies": {
53         "Braintree/Core": [
55         ]
56       }
57     },
58     {
59       "name": "DataCollector",
60       "source_files": "BraintreeDataCollector/**/*.{h,m}",
61       "public_header_files": "BraintreeDataCollector/Public/*.h",
62       "vendored_libraries": "BraintreeDataCollector/Kount/libDeviceCollectorLibrary.a"
63     },
64     {
65       "name": "PayPal",
66       "source_files": "BraintreePayPal/**/*.{h,m}",
67       "public_header_files": "BraintreePayPal/Public/**/*.h",
68       "frameworks": [
69         "CoreLocation",
70         "MessageUI",
71         "SystemConfiguration"
72       ],
73       "vendored_libraries": "BraintreePayPal/PayPalOneTouchCore/libPayPalOneTouchCore.a",
74       "xcconfig": {
75         "OTHER_LDFLAGS": "-ObjC -lc++"
76       },
77       "dependencies": {
78         "Braintree/Core": [
80         ]
81       }
82     },
83     {
84       "name": "UI",
85       "source_files": "BraintreeUI/**/*.{h,m}",
86       "public_header_files": "BraintreeUI/Public/*.h",
87       "frameworks": "UIKit",
88       "resource_bundles": {
89         "Braintree-UI-Localization": [
90           "BraintreeUI/Localization/*.lproj"
91         ],
92         "Braintree-Drop-In-Localization": [
93           "BraintreeUI/Drop-In/Localization/*.lproj"
94         ]
95       },
96       "dependencies": {
97         "Braintree/Core": [
99         ],
100         "Braintree/Card": [
102         ]
103       }
104     },
105     {
106       "name": "3D-Secure",
107       "source_files": "Braintree3DSecure/**/*.{h,m}",
108       "public_header_files": "Braintree3DSecure/Public/*.h",
109       "frameworks": "UIKit",
110       "dependencies": {
111         "Braintree/Core": [
113         ],
114         "Braintree/Card": [
116         ]
117       },
118       "resource_bundles": {
119         "Braintree-3D-Secure-Localization": "Braintree3DSecure/Localization/*.lproj"
120       }
121     }
122   ]