Latest | 0.1.1 |
---|---|
Homepage | https://github.com/Musjoy/MJLoadingView |
License | MIT |
Platforms | ios 7.0 |
Dependencies | ModuleCapability |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MJLoadingView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "MJLoadingView"
Author
Raymond, [email protected]
License
MJLoadingView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MJLoadingView", "version": "0.1.1", "summary": "This is a custom loading view.", "homepage": "https://github.com/Musjoy/MJLoadingView", "license": "MIT", "authors": { "Raymond": "[email protected]" }, "source": { "git": "https://github.com/Musjoy/MJLoadingView.git", "tag": "v-0.1.1" }, "platforms": { "ios": "7.0" }, "source_files": "MJLoadingView/Classes/*.{h,m}", "resources": [ "MJLoadingView/Classes/*.xib" ], "user_target_xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_LOADING_VIEW" }, "dependencies": { "ModuleCapability": [ "~> 0.1.1" ] }, "prefix_header_contents": "#import "ModuleCapability.h"" }
Fri, 06 May 2016 09:23:03 +0000