blob: 2cb008a8a861349e03831f6a5bc8e7ca72844862 [file] [log] [blame]
{
"name": "DGElasticPullToRefresh",
"version": "1.0.2",
"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.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DGElasticPullToRefresh/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}