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