blob: ad432d440e63926d7ebdb15607950d53a3ca99b2 [file] [log] [blame]
{
"name": "LoadingManager",
"version": "0.0.2",
"summary": "Loading helper",
"description": "Loading helper!",
"homepage": "https://github.com/shenglinFL/LoadingManager",
"license": "MIT",
"authors": {
"linsheng": "linsheng77777@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shenglinFL/LoadingManager.git",
"tag": "0.0.2"
},
"source_files": [
"LoadingManager",
"LoadingManager/*.swift"
],
"requires_arc": true,
"swift_version": "4.0",
"dependencies": {
"SnapKit": [
"~> 4.0"
]
}
}