blob: 61d6d4aab90441435243fa1e91b165019fee8b8d [file] [log] [blame]
{
"name": "DTLoadingButton",
"version": "0.1.0",
"summary": "Custom button to show activity indicator to represent loading state.",
"homepage": "https://github.com/trongcuong1710/DTLoadingButton",
"license": "MIT",
"authors": {
"Cuong Doan": "trongcuong1710@gmail.com"
},
"source": {
"git": "https://github.com/trongcuong1710/DTLoadingButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTLoadingButton": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SWActivityIndicatorView": [
]
}
}