blob: b8dd003cd8e661a8bfa5ff999f726f4da26694e9 [file] [log] [blame]
{
"name": "YangLib",
"version": "0.5.0",
"summary": "test public library",
"description": "test publice library, test publice library, test publice library",
"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.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YangLib/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"subspecs": [
{
"name": "Subspec1",
"source_files": "YangLib/Classes/Subspec1/**/*"
},
{
"name": "Subspec2",
"source_files": "YangLib/Classes/Subspec2/**/*"
},
{
"name": "Subspec3",
"source_files": "YangLib/Classes/Subspec3/**/*"
}
]
}