[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 9 / 3 / a / JTToast / 1.0.0 / JTToast.podspec.json
blob1915cd2ae71f4176b2ebe8c86c7af1bc8d1ead63
2   "name": "JTToast",
3   "version": "1.0.0",
4   "summary": "Android style toast for iOS",
5   "description": "Android style toast with fade-in-and-fade-out effect",
6   "homepage": "https://github.com/luqyluqe/JTToast",
7   "license": "MIT",
8   "authors": {
9     "luqyluqe": "luqy.luqe@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/luqyluqe/JTToast.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*",
20   "resource_bundles": {
21     "JTToast": [
22       "Pod/Assets/*.png"
23     ]
24   }