blob: 9e171522c47a4f6cea5bbe0324fda700379e81a7 [file] [log] [blame]
{
"name": "SACountingLabel",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SACountingLabel": [
"Pod/Assets/*.png"
]
}
}