[Add] THEOplayer-Integration-THEOlive 8.6.3
[CocoaPods.git] / Specs / c / 2 / 6 / ToastProvider / 1.1.1 / ToastProvider.podspec.json
blob06ccd4ec6a340f3869db3ba11db72b276477b008
2   "name": "ToastProvider",
3   "version": "1.1.1",
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": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "ToastProvider/Classes/**/*",
23   "resource_bundles": {
24     "ToastProvider": [
25       "ToastProvider/**/*.{xib,png,xcassets}"
26     ]
27   }