[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 5.2.2 / BraintreeDropIn.podspec.json
blob60e9d2c6844d91cc3d6f4cc781bc18ad91776224
2   "name": "BraintreeDropIn",
3   "version": "5.2.2",
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": "5.2.2"
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.0"
35         ],
36         "Braintree/Core": [
37           "~> 4.0"
38         ],
39         "Braintree/UnionPay": [
40           "~> 4.0"
41         ],
42         "BraintreeDropIn/UIKit": [
44         ]
45       }
46     },
47     {
48       "name": "UIKit",
49       "source_files": "BraintreeUIKit/**/*.{h,m}",
50       "public_header_files": "BraintreeUIKit/Public/*.h",
51       "frameworks": "UIKit",
52       "resource_bundles": {
53         "Braintree-UIKit-Localization": [
54           "BraintreeUIKit/Localization/*.lproj"
55         ]
56       }
57     }
58   ]