[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 3.4.0-rc3 / Braintree.podspec.json
blob773df3793366b0701d581a8a4053c8cf118c0b3d
2   "name": "Braintree",
3   "version": "3.4.0-rc3",
4   "summary": "Braintree v.zero SDK. Accept payments in your app",
5   "description": "                       Braintree is a full-stack payments platform for developers\n\n                       This CocoaPod will help you accept credit card and PayPal payments in your iOS app.\n\n                       Check out our development portal at https://developers.braintreepayments.com.\n",
6   "homepage": "https://www.braintreepayments.com/v.zero",
7   "screenshots": "https://raw.githubusercontent.com/braintree/braintree_ios/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Braintree": "code@getbraintree.com"
11   },
12   "source": {
13     "git": "https://github.com/braintree/braintree_ios.git",
14     "tag": "3.4.0-rc3"
15   },
16   "social_media_url": "https://twitter.com/braintree",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Braintree/*.{m,h}",
22   "compiler_flags": "-Wall -Werror -Wextra",
23   "xcconfig": {
24     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
25   },
26   "default_subspecs": [
27     "Drop-In",
28     "API",
29     "PayPal",
30     "Venmo",
31     "UI",
32     "Payments"
33   ],
34   "subspecs": [
35     {
36       "name": "Drop-In",
37       "source_files": "Braintree/Drop-In/**/*.{h,m}",
38       "dependencies": {
39         "Braintree/API": [
41         ],
42         "Braintree/PayPal": [
44         ],
45         "Braintree/UI": [
47         ],
48         "Braintree/Venmo": [
50         ],
51         "Braintree/Payments": [
53         ]
54       },
55       "resource_bundles": {
56         "Braintree-Drop-In-Localization": "Braintree/Drop-In/Localization/*.lproj"
57       }
58     },
59     {
60       "name": "API",
61       "source_files": "Braintree/API/**/*.{h,m}",
62       "public_header_files": "Braintree/API/@Public/*.h",
63       "weak_frameworks": "PassKit",
64       "frameworks": "AddressBook"
65     },
66     {
67       "name": "PayPal",
68       "source_files": "Braintree/PayPal/**/*.{h,m}",
69       "public_header_files": "Braintree/PayPal/@Public/**/*.h",
70       "frameworks": [
71         "AVFoundation",
72         "CoreLocation",
73         "MessageUI",
74         "SystemConfiguration"
75       ],
76       "vendored_libraries": "Braintree/PayPal/mSDK/libPayPalMobile.a",
77       "xcconfig": {
78         "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
79         "OTHER_LDFLAGS": "-ObjC -lc++"
80       },
81       "dependencies": {
82         "Braintree/API": [
84         ],
85         "Braintree/UI": [
87         ]
88       }
89     },
90     {
91       "name": "Venmo",
92       "source_files": "Braintree/Venmo/**/*.{h,m}",
93       "compiler_flags": "-Wall -Wextra",
94       "dependencies": {
95         "Braintree/API": [
97         ]
98       }
99     },
100     {
101       "name": "UI",
102       "source_files": "Braintree/UI/**/*.{h,m}",
103       "compiler_flags": "-Wall -Wextra",
104       "frameworks": "UIKit",
105       "resource_bundles": {
106         "Braintree-UI-Localization": "Braintree/UI/Localization/*.lproj"
107       },
108       "dependencies": {
109         "Braintree/API": [
111         ]
112       }
113     },
114     {
115       "name": "Data",
116       "source_files": "Braintree/Data/**/*.{h,m}",
117       "vendored_libraries": "Braintree/Data/libDeviceCollectorLibrary.a",
118       "frameworks": [
119         "UIKit",
120         "SystemConfiguration"
121       ],
122       "dependencies": {
123         "Braintree/PayPal": [
125         ],
126         "Braintree/API": [
128         ]
129       }
130     },
131     {
132       "name": "Payments",
133       "source_files": "Braintree/Payments/**/*.{h,m}",
134       "public_header_files": "Braintree/Payments/Public/*.h",
135       "frameworks": "UIKit",
136       "dependencies": {
137         "Braintree/API": [
139         ],
140         "Braintree/PayPal": [
142         ],
143         "Braintree/Venmo": [
145         ]
146       }
147     }
148   ]