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