[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / DYFToast / 2.1.1 / DYFToast.podspec.json
bloba1449a8a6746993b4a1048feb6aba50150519577
2   "name": "DYFToast",
3   "version": "2.1.1",
4   "summary": "Realizes the toast in iOS with chain programming.",
5   "description": "TODO: This project uses chain programming and point syntax operation to realize the simulation of Android's Toast in iOS, and its code is concise and efficient.",
6   "homepage": "https://github.com/itenfay/DYFToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tenfay": "itenfay@163.com"
13   },
14   "source": {
15     "git": "https://github.com/itenfay/DYFToast.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DYFToast/Classes/**/*",
22   "public_header_files": "DYFToast/Classes/**/*.h"