[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 3.0.0 / Braintree.podspec.json
blob5f4bfc0849c9c9c038a1a1ba5de83ade1fdacd71
2   "name": "Braintree",
3   "version": "3.0.0",
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": "git@github.com:braintree/braintree_ios.git",
14     "tag": "3.0.0"
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   "subspecs": [
27     {
28       "name": "Drop-In",
29       "source_files": "Braintree/Drop-In/**/*.{h,m}",
30       "public_header_files": "Braintree/Drop-In/Public/*.h",
31       "dependencies": {
32         "Braintree/api": [
34         ],
35         "Braintree/PayPal": [
37         ],
38         "Braintree/UI": [
40         ]
41       }
42     },
43     {
44       "name": "api",
45       "source_files": "Braintree/api/Braintree-API/**/*.{h,m}",
46       "public_header_files": "Braintree/api/Braintree-API/Public/*.h",
47       "dependencies": {
48         "Braintree/Data": [
50         ]
51       }
52     },
53     {
54       "name": "PayPal",
55       "source_files": "Braintree/PayPal/Braintree-PayPal/**/*.{h,m}",
56       "public_header_files": "Braintree/PayPal/Braintree-PayPal/**/*.h",
57       "frameworks": [
58         "AVFoundation",
59         "CoreLocation",
60         "MessageUI",
61         "SystemConfiguration"
62       ],
63       "vendored_libraries": "Braintree/PayPal/Braintree-PayPal/PayPalMobileSDK/libPayPalMobile.a",
64       "xcconfig": {
65         "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
66         "OTHER_LDFLAGS": "-ObjC -lc++"
67       },
68       "dependencies": {
69         "Braintree/api": [
71         ],
72         "Braintree/UI": [
74         ]
75       }
76     },
77     {
78       "name": "UI",
79       "source_files": "Braintree/UI/Braintree-Payments-UI/**/*.{h,m}",
80       "public_header_files": "Braintree/UI/Braintree-Payments-UI/**/*.h",
81       "compiler_flags": "-Wall -Wextra",
82       "frameworks": "UIKit"
83     },
84     {
85       "name": "Data",
86       "source_files": "Braintree/Data/Braintree-Data/**/*.{h,m}",
87       "vendored_libraries": "Braintree/Data/Braintree-Data/libDeviceCollectorLibrary.a",
88       "frameworks": [
89         "UIKit",
90         "SystemConfiguration"
91       ]
92     }
93   ]