[Add] AgoraAudio_Special_iOS 4.3.2.134
[CocoaPods.git] / Specs / b / 7 / e / DYFToast / 2.0.4 / DYFToast.podspec.json
bloba5d30c559277222dfe1a203af013ed06c9dbe5dc
2   "name": "DYFToast",
3   "version": "2.0.4",
4   "summary": "Realize the simulation of Android's Toast in iOS.",
5   "description": "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/dgynfi/DYFToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFToast.git",
19     "tag": "2.0.4"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": "Classes/**/*.h",
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreGraphics"
30   ],
31   "requires_arc": true