blob: eefbd6a79ba222ffa2252c5029d0130b483b9391 [file] [log] [blame]
{
"name": "YangLib",
"version": "0.6.0",
"summary": "test public library 2",
"description": "test publice library 2, test publice library 2, test publice library 2",
"homepage": "https://github.com/yangjun1872/YangLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangjun1872": "Adam_jyang@vipabc.com"
},
"source": {
"git": "https://github.com/yangjun1872/YangLib.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YangLib/Classes/**/*",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Subspec1",
"source_files": "YangLib/Classes/Subspec1/**/*"
},
{
"name": "Subspec2",
"source_files": "YangLib/Classes/Subspec2/**/*"
},
{
"name": "Subspec3",
"source_files": "YangLib/Classes/Subspec3/**/*"
}
]
}