[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 6.0.1 / BraintreeDropIn.podspec.json
blob07bacbe636ab05f4ae5981954723c4d83897df48
2   "name": "BraintreeDropIn",
3   "version": "6.0.1",
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": "6.0.1"
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.11"
35         ],
36         "Braintree/Core": [
37           "~> 4.11"
38         ],
39         "Braintree/UnionPay": [
40           "~> 4.11"
41         ],
42         "Braintree/PaymentFlow": [
43           "~> 4.11"
44         ],
45         "BraintreeDropIn/UIKit": [
47         ]
48       }
49     },
50     {
51       "name": "UIKit",
52       "source_files": "BraintreeUIKit/**/*.{h,m}",
53       "public_header_files": "BraintreeUIKit/Public/*.h",
54       "frameworks": "UIKit",
55       "resource_bundles": {
56         "Braintree-UIKit-Localization": [
57           "BraintreeUIKit/Localization/*.lproj"
58         ]
59       }
60     }
61   ]