[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / c / 2 / 6 / ToastProvider / 2.0.0 / ToastProvider.podspec.json
blob33c1ecd9841d17e3d34ff5dff284f8396bf829d0
2   "name": "ToastProvider",
3   "version": "2.0.0",
4   "summary": "Providing your app with Toast messages.",
5   "description": "A simple Toast provider library, to provide your app with some temporary information in an eye pleasing fashion. It can show a title, an optional subtitle, and also an optional image.",
6   "homepage": "https://github.com/wevat/ToastProvider.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "harryblam": "harry@wevat.com"
13   },
14   "source": {
15     "git": "https://github.com/wevat/ToastProvider.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ToastProvider/Classes/**/*",
23   "resource_bundles": {
24     "ToastProvider": [
25       "ToastProvider/**/*.{xib,png,xcassets}"
26     ]
27   },
28   "swift_version": "5.0"