blob: a5b917abb78e10c3843be90849e87758cc6781b7 [file] [log] [blame]
{
"name": "LoadingViewController",
"version": "0.2.0",
"summary": "LoadingViewController is a component for changing controller views: content -> loading -> content or content -> loading -> error.",
"description": "LoadingViewController is able to switch from ContentView to LoadingView and then back to ContentView. LoadingView is represented by activity indicators of different types (just a normal UIActivityIndicatorView, spinned circles etc.)",
"homepage": "https://github.com/iSapozhnik/LoadingViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sapozhnik Ivan": "sapozhnik.ivan@gmail.com"
},
"source": {
"git": "https://github.com/iSapozhnik/LoadingViewController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LoadingViewController/Classes/**/*",
"resource_bundles": {
"LoadingViewController": [
"LoadingViewController/Assets/*.png"
]
}
}