blob: fb323a80af1646e7500055f6d5ed6a64c2040cc2 [file] [log] [blame]
{
"name": "DTLoadingIndicator",
"version": "0.0.3",
"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.3"
},
"source_files": "DTLoadingIndicator/*.{swift}",
"resource_bundles": {
"DTLoadingIndicator": [
"DTLoadingIndicator/*.{gif}"
]
},
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
]
}
}