[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 8.1.2 / BraintreeDropIn.podspec.json
bloba7672bb0a854f95a12a6f4c684b6d537cc84c701
2   "name": "BraintreeDropIn",
3   "version": "8.1.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": "8.1.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   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "DropIn",
35       "source_files": "BraintreeDropIn/**/*.{h,m}",
36       "public_header_files": "BraintreeDropIn/Public/*.h",
37       "frameworks": "UIKit",
38       "dependencies": {
39         "Braintree/Card": [
40           "~> 4.32"
41         ],
42         "Braintree/Core": [
43           "~> 4.32"
44         ],
45         "Braintree/UnionPay": [
46           "~> 4.32"
47         ],
48         "Braintree/PaymentFlow": [
49           "~> 4.32"
50         ],
51         "Braintree/PayPal": [
52           "~> 4.32"
53         ],
54         "BraintreeDropIn/UIKit": [
56         ]
57       }
58     },
59     {
60       "name": "UIKit",
61       "source_files": "BraintreeUIKit/**/*.{h,m}",
62       "public_header_files": "BraintreeUIKit/Public/*.h",
63       "frameworks": "UIKit",
64       "resource_bundles": {
65         "Braintree-UIKit-Localization": [
66           "BraintreeUIKit/Localization/*.lproj"
67         ]
68       }
69     }
70   ]