blob: 68f8725830963288de97e4199a23b90e784e44d3 [file] [log] [blame]
{
"name": "BaseRefreshControl",
"version": "0.0.2",
"summary": "Base kit to make custom UIRefresh.",
"homepage": "https://github.com/asaday/BaseRefreshControl",
"license": {
"type": "MIT"
},
"authors": {
"asaday": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asaday/BaseRefreshControl.git",
"tag": "0.0.2"
},
"source_files": "classes/**/*.{swift,h,m}",
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "3.0"
}
}