blob: 416a5fce20c17a60bccc81ea2974ae0ea0ea401d [file] [log] [blame]
{
"name": "DGElasticPullToRefresh",
"version": "1.0.3",
"authors": {
"Danil Gontovnik": "gontovnik.danil@gmail.com"
},
"homepage": "https://github.com/gontovnik/DGElasticPullToRefresh",
"summary": "Elastic pull to refresh compontent developed in Swift",
"source": {
"git": "https://github.com/gontovnik/DGElasticPullToRefresh.git",
"tag": "1.0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DGElasticPullToRefresh/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}