blob: 189c1b589f33a6d600a700eb9018ea09d2ae37d4 [file] [log] [blame]
{
"name": "MyFirstViewDemo1",
"version": "0.3.0",
"summary": "just a demo",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://10.10.10.129/pan_pf/MyFirstViewDemo1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pan_pf": "pan_pf@murongtech.com"
},
"source": {
"git": "http://10.10.10.129/pan_pf/MyFirstViewDemo1.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "13.1"
},
"source_files": "MyFirstViewDemo1/Classes/**/*",
"dependencies": {
"Masonry": [
]
},
"ios": {
"vendored_frameworks": "**/MyFirstView.framework"
}
}