blob: 83d4f88f7fc883dda25e939a0e3d70978b081db8 [file] [log] [blame]
{
"name": "DDProgressView",
"version": "0.1",
"license": "BSD",
"summary": "A custom UIProgressView à la Twitter for iPhone.",
"homepage": "https://github.com/ddeville/DDProgressView",
"authors": {
"Damien DeVille": "http://www.ddeville.me"
},
"source": {
"git": "https://github.com/ddeville/DDProgressView.git",
"commit": "9ec6737a63a92ad12924d80f3f1d0c1ddbffad3b"
},
"description": "DDProgressView works on both iOS and Mac OS, and provides a round edged progress view.",
"ios": {
"source_files": "DDProgressView/DDProgressView.*"
},
"osx": {
"source_files": [
"DDProgressView/DDProgressView.*",
"DDProgressView/AppKitCompatibility.*"
]
},
"requires_arc": false
}