blob: 819650f596161ae6a9e3a97dcd2efcbe2bff9894 [file] [log] [blame]
{
"name": "Refreshable",
"version": "1.2.0",
"license": "MIT",
"summary": "Pull to refresh and load more function for UIScrollView",
"homepage": "https://github.com/hoangtaiki/Refreshable",
"authors": {
"Hoangtaiki": "duchoang.vp@gmail.com"
},
"source": {
"git": "https://github.com/hoangtaiki/Refreshable.git",
"tag": "1.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.swift",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}