[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 8.0.0 / BraintreeDropIn.podspec.json
blob5a5cee55af47d5ac07cb771e4ea07f042a887979
2   "name": "BraintreeDropIn",
3   "version": "8.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/how-braintree-works",
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-drop-in.git",
15     "tag": "8.0.0"
16   },
17   "social_media_url": "https://twitter.com/braintree",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "compiler_flags": "-Wall -Werror -Wextra",
23   "default_subspecs": [
24     "DropIn"
25   ],
26   "subspecs": [
27     {
28       "name": "DropIn",
29       "source_files": "BraintreeDropIn/**/*.{h,m}",
30       "public_header_files": "BraintreeDropIn/Public/*.h",
31       "frameworks": "UIKit",
32       "dependencies": {
33         "Braintree/Card": [
34           "~> 4.31"
35         ],
36         "Braintree/Core": [
37           "~> 4.31"
38         ],
39         "Braintree/UnionPay": [
40           "~> 4.31"
41         ],
42         "Braintree/PaymentFlow": [
43           "~> 4.31"
44         ],
45         "Braintree/PayPal": [
46           "~> 4.31"
47         ],
48         "BraintreeDropIn/UIKit": [
50         ]
51       }
52     },
53     {
54       "name": "UIKit",
55       "source_files": "BraintreeUIKit/**/*.{h,m}",
56       "public_header_files": "BraintreeUIKit/Public/*.h",
57       "frameworks": "UIKit",
58       "resource_bundles": {
59         "Braintree-UIKit-Localization": [
60           "BraintreeUIKit/Localization/*.lproj"
61         ]
62       }
63     }
64   ]