blob: 8de0856ac6bfdcb3545b808ad25584444c76643f [file] [log] [blame]
{
"name": "YangLib",
"version": "0.8.0",
"summary": "test source_files",
"description": "test source_files, test source_files, test source_files",
"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.8.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "YangLib/header.h",
"source_files": "YangLib/header.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Subspec1",
"source_files": "YangLib/Subspec1"
},
{
"name": "Subspec2",
"source_files": "YangLib/Subspec2"
},
{
"name": "Subspec3",
"source_files": "YangLib/Subspec3"
}
]
}