blob: 6563bc3769beb3078843ba5676269a6d77d7f7da [file] [log] [blame]
{
"name": "CA",
"version": "1.0.0",
"summary": "A light weight easy-to-use class to show acivity indicator on screen from anywhere in the app.",
"description": "This is a simple class that adds a UIView with activity indicator on to the UIWindow. This obstructs the view beneath it and doesn't allow any touch to pass through.",
"homepage": "https://github.com/bibintomj/CActivityIndicator",
"license": "MIT",
"authors": {
"Bibin Tom Joseph": "bibintomj@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bibintomj/CActivityIndicator.git",
"tag": "1.0.0"
},
"source_files": [
"CActivityIndicator",
"CActivityIndicator/**/*.{h, swift}"
]
}