Latest | 0.1.0 |
---|---|
Homepage | https://github.com/karthik-ios-dev/CustomLoader |
License | MIT |
Platforms | ios 10.0 |
Dependencies | PodAsset |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MyCustomLoader is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "MyCustomLoader"
Author
karthikAdaptavant, [email protected]
License
MyCustomLoader is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MyCustomLoader", "version": "0.1.0", "summary": "A simple lightweight loader with activity indicator.", "homepage": "https://github.com/karthik-ios-dev/CustomLoader", "authors": { "karthik samy": "[email protected]" }, "source": { "git": "https://github.com/karthik-ios-dev/CustomLoader.git", "tag": "0.1.0" }, "license": { "type": "MIT", "file": "LICENSE" }, "platforms": { "ios": "10.0" }, "source_files": "MyCustomLoader/Classes/**/*", "resource_bundles": { "MyCustomLoader": [ "MyCustomLoader/Classes/**/*.{xib}" ] }, "dependencies": { "PodAsset": [] }, "pushed_with_swift_version": "3.0" }
Tue, 14 Feb 2017 03:20:12 +0000