[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / a / JTToast / 1.2.0 / JTToast.podspec.json
blob13ba200aba4e0f63296a5e6f2be4c2eae88f18c7
2   "name": "JTToast",
3   "version": "1.2.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.2.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   }