blob: d7bc7ec734255ba9bced79039391426b4e2e86ab [file] [log] [blame]
{
"name": "Refreshable",
"version": "1.0.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.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}