[Add] YIM 2.2.8
[CocoaPods.git] / Specs / b / 7 / e / DYFToast / 2.0.2 / DYFToast.podspec.json
blob532dc24a15e0f3b9e1bbf461013fa23ab128dfb1
2   "name": "DYFToast",
3   "version": "2.0.2",
4   "summary": "The useful toast for iOS, fully imitates Android toast.",
5   "description": "Fully imitating the Android toast, using chain programming, through point operation, it can achieve the properties settings and display of the toast, the 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.2"
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