blob: f777c512352cf7e452497b87756b0f36352f94aa [file] [log] [blame]
{
"name": "ChinaFightJapan",
"version": "1.0.0",
"summary": "第一次使用CocoaPods创建公有库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jiruxue82/LOLProgram.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"姬如雪": "jiruxue82@gmail.com"
},
"source": {
"git": "https://github.com/jiruxue82/LOLProgram.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ChinaFightJapan/Classes/**/*",
"swift_versions": "4.2",
"dependencies": {
"SnapKit": [
]
},
"swift_version": "4.2"
}