blob: acdf5c30c37e23f477b63363e66903e86115a412 [file] [log] [blame]
{
"name": "XLRefreshSwift",
"version": "0.2.1",
"summary": "Pull to refresh or load more by Swift.",
"description": "This CocoaPod provides the subclass of UIView which can be pulled to refresh or load more.",
"homepage": "https://github.com/Snowgan/XLRefreshSwift",
"license": "MIT",
"authors": {
"Snowgan": "jennifergan@163.com"
},
"source": {
"git": "https://github.com/Snowgan/XLRefreshSwift.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XLRefreshSwift": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}