blob: 9af31e0a66b07babff909fbd6312bd5d80fa4880 [file] [log] [blame]
{
"name": "DTLoadingIndicator",
"version": "0.0.1",
"summary": "Easily show/hide a loading indicator in fullscreen or a specific view.",
"homepage": "https://github.com/daront/DTLoadingIndicator",
"license": "MIT",
"authors": {
"Daron Tancharoen": "daront@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/daront/DTLoadingIndicator.git",
"tag": "0.0.1"
},
"source_files": "DTLoadingIndicator/*.{swift}",
"resources": "DTLoadingIndicator/*.gif",
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
]
}
}