blob: 0872600c711d16cd0e22e680ddd8824cc5b41b0e [file] [log] [blame]
{
"name": "LGPlaceholderView",
"version": "1.0.2",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"homepage": "https://github.com/Friend-LGA/LGPlaceholderView",
"authors": {
"Grigory Lutkov": "Friend.LGA@gmail.com"
},
"source": {
"git": "https://github.com/Friend-LGA/LGPlaceholderView.git",
"tag": "1.0.2"
},
"summary": "View covers everything inside view controller, and shows some alert text, progress bar or other view, when you need to hide content",
"description": "View covers everything inside view controller, and shows some alert text, progress bar or other view, when you need to hide content. For example when you push view controller and want to load some data from server, you can prepare everything while LGPlaceholderView will show activity indicator for user.",
"requires_arc": true,
"source_files": "LGPlaceholderView/*.{h,m}"
}