blob: e78aa6a54977521f3e2f876b2661410dbd1980e1 [file] [log] [blame]
{
"name": "Torch",
"version": "1.3.2",
"summary": "A lightweight Swift Pull to refresh control.",
"description": "Torch is a pull to refresh written in pure swift.",
"homepage": "https://github.com/kukushi/Torch",
"license": "MIT",
"authors": {
"Xing He": ""
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kukushi/Torch.git",
"tag": "1.3.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Torch/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.2",
"requires_arc": true
}