Latest | 0.2.0 |
---|---|
Homepage | https://github.com/suweiz19890921/YHLoading |
License | MIT |
Platforms | ios 8.0 |
Dependencies | Masonry |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
YHLoading is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "YHLoading"
Author
[email protected], [email protected]
License
YHLoading is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "YHLoading", "version": "0.2.0", "summary": "a little loading animation", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/suweiz19890921/YHLoading", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "[email protected]": "[email protected]" }, "source": { "git": "https://github.com/suweiz19890921/YHLoading.git", "tag": "0.2.0" }, "platforms": { "ios": "8.0" }, "source_files": "YHLoading/Classes/**/*", "resource_bundles": { "YHLoading": [ "YHLoading/Assets/*.png" ] }, "dependencies": { "Masonry": [] } }
Tue, 09 Jan 2018 16:20:03 +0000