blob: 745381159e02f4a43cd11d408773d3efa04d4488 [file] [log] [blame]
{
"name": "SACountingLabel",
"version": "0.1.1",
"summary": "An animated counting UILabel, written in Swift.",
"description": "A custom animated counting UILabel, written in Swift.",
"homepage": "https://github.com/sudeepag/SACountingLabel",
"license": "MIT",
"authors": {
"Sudeep Agarwal": "sudeep135@gmail.com"
},
"source": {
"git": "https://github.com/sudeepag/SACountingLabel.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SACountingLabel": [
"Pod/Assets/*.png"
]
}
}