blob: 40c21949fa507d81645cdde1aa4948db4bef61ab [file] [log] [blame]
{
"name": "LTCustomProtocol",
"version": "0.0.2",
"summary": "Some custom protocols that speed development.",
"description": "Some custom protocols that speed development.",
"homepage": "https://github.com/TopSkySir/LTCustomProtocol.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TopSkySir": "TopSkyComeOn@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TopSkySir/LTCustomProtocol.git",
"tag": "0.0.2"
},
"swift_version": "4.0",
"subspecs": [
{
"name": "ScrollViewRefresh",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/ScrollViewRefresh/*.swift",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.3"
]
}
},
{
"name": "RequestStatus",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/RequestStatus/*.swift"
}
]
}