blob: 615dda99d485d6cb60c4aee1c9c4f0234216d903 [file] [log] [blame]
{
"name": "Egret",
"version": "1.0.0",
"summary": "A short description of Egret.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ruilisi/Egret",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thisismy0312": "qq867327466@163.com"
},
"source": {
"git": "https://github.com/ruilisi/Egret.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Source/*.{swift}",
"Source/Views/*.{swift}",
"Source/Extensions/*.{swift}",
"Source/Helper/*.{swift}"
],
"resource_bundles": {
"Egret": [
"Resources/*.{xcassets,json}"
]
}
}