[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / b / 3 / 8 / MMToast / 0.1.0 / MMToast.podspec.json
blobe0161a0b8eb1fcf173fc9de58dfddc5d1a63c9f8
2   "name": "MMToast",
3   "version": "0.1.0",
4   "summary": "一款超级简单的swift的toast库",
5   "homepage": "https://github.com/lxm1799/MMToast",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "luckyBoy": "goodlucky1130@163.com"
12   },
13   "source": {
14     "git": "https://github.com/lxm1799/MMToast.git",
15     "tag": "0.1.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "MMToast/Classes/**/*",
22   "resource_bundles": {
23     "MMToast": [
24       "MMToast/Assets/*.png"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": "UIKit",
29   "swift_version": "5.0"