Latest | 1.3.0 |
---|---|
Homepage | https://github.com/luqyluqe/JTToast |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
JTToast is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JTToast"
Author
luqyluqe, [email protected]
License
JTToast is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JTToast", "version": "1.3.0", "summary": "Android style toast for iOS", "description": "Android style toast with fade-in-and-fade-out effect", "homepage": "https://github.com/luqyluqe/JTToast", "license": "MIT", "authors": { "luqyluqe": "[email protected]" }, "source": { "git": "https://github.com/luqyluqe/JTToast.git", "tag": "1.3.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/*", "resource_bundles": { "JTToast": [ "Pod/Assets/*.png" ] } }
Sat, 14 May 2016 09:03:52 +0000