blob: aba9057f39d77e01d780cd397f7c372bf818dfe7 [file] [log] [blame]
{
"name": "SwiftRefresher",
"version": "0.9.0",
"summary": "SwiftRefresher is one of the alternatives of UIRefreshControl.",
"description": "- Simple and easy to use.\n- Customize loading view whatever you want.",
"homepage": "https://github.com/morizotter/SwiftRefresher",
"screenshots": "https://raw.githubusercontent.com/morizotter/SwiftRefresher/master/refresher.gif",
"license": "MIT",
"authors": {
"Morita Naoki": "namorit@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/morizotter/SwiftRefresher.git",
"tag": "0.9.0"
},
"source_files": "SwiftRefresher/**/*.swift",
"resources": "SwiftRefresher/Resources/*.png",
"requires_arc": true
}