blob: eb776772925f05d24813186f8a232f7ff322bcfe [file] [log] [blame]
{
"name": "MyFirstViewDemo1",
"version": "1.0.5",
"summary": "just a demo 1.0.5",
"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": "1.0.5"
},
"platforms": {
"ios": "13.1"
},
"source_files": "MyFirstViewDemo1/Classes/**/*",
"dependencies": {
"Masonry": [
]
},
"ios": {
"vendored_frameworks": "**/MyFirstView.framework"
}
}