[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 0 / BuyMeACoffee / 1.0.1 / BuyMeACoffee.podspec.json
blob405f39607131260cee44b77106da8950f2ac784c
2   "name": "BuyMeACoffee",
3   "version": "1.0.1",
4   "license": {
5     "type": "BSD",
6     "text": "                                   Copyright © 2020 App Craft Studio. All rights reserved.\n"
7   },
8   "homepage": "https://www.buymeacoffee.com",
9   "authors": {
10     "François Boulais": "francois@appcraftstudio.com"
11   },
12   "social_media_url": "https://twitter.com/frboulais",
13   "summary": "Buy Me a Coffee framework for iOS",
14   "source": {
15     "git": "https://github.com/appcraftstudio/buymeacoffee.git",
16     "tag": "1.0.1"
17   },
18   "screenshots": [
19     "https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/screenshot-buymeacoffee-home.png",
20     "https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/screenshot-buymeacoffee-apple-pay.png"
21   ],
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_versions": "5.0",
26   "source_files": [
27     "Sources/**/*.swift",
28     "Bundle.swift"
29   ],
30   "resources": "Sources/**/Resources/*",
31   "ios": {
32     "frameworks": [
33       "UIKit",
34       "WebKit"
35     ]
36   },
37   "testspecs": [
38     {
39       "name": "BuyMeACoffeeTests",
40       "test_type": "unit",
41       "source_files": "Tests/BuyMeACoffeeTests/*.{swift}"
42     }
43   ],
44   "swift_version": "5.0"