blob: e880c6be9aef797cf7642b2d6b83b1e0f60c54e2 [file] [log] [blame]
{
"name": "ProgressObserver",
"version": "2.0.0",
"summary": "ProgressObserver is a subclass on NSProgress that provides an elegant delegate API over KVO",
"authors": {
"Ayush Newatia": "ayush.newatia@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/ayushn21/ProgressObserver",
"source": {
"git": "https://github.com/ayushn21/ProgressObserver.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/ayushn21",
"license": "MIT",
"requires_arc": true,
"source_files": "ProgressObserver/*.swift"
}