blob: 8c69d0812c55de625c3533d22034f2916e0e6ef6 [file] [log] [blame]
{
"name": "DSLoadable",
"version": "0.1.0",
"summary": "Let's embrace non-blocking loading views to build awesome apps!",
"swift_version": "3.2",
"description": "To give the user a great user experience, we need to use non-blocking loaders for almost every element that does some asynchronous work. We tend to avoid handling this type of loading by blocking the whole view with a big loader. We don't want to manually add a loading view for each subview in the view controller, and managing them would be very hard. This repo provides fully customizable functions and methods which allows you to easily show loaders for any UIView. You can also plug in your favorite loading animation from another project!",
"homepage": "https://github.com/DigitalSymphony/DSLoadable.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MaherKSantina": "maher.santina90@gmail.com"
},
"source": {
"git": "https://github.com/DigitalSymphony/DSLoadable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DSLoadable/Classes/**/*",
"dependencies": {
"MSAutoView": [
]
}
}