blob: 2d61492592b17bbd4a23a354ccb9e750d4538c0f [file] [log] [blame]
{
"name": "XYTestPj",
"version": "0.7.1",
"summary": "test component.",
"description": "xiaoying test component,using for example.",
"homepage": "http://192.168.1.33:9090/Robert/XYTestPj",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert": "min.xia@quvideo.com"
},
"source": {
"git": "http://192.168.1.33:9090/Robert/XYTestPj.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "XYTestPj",
"source_files": "XYTestPj/XYTestObj.{h,m}",
"subspecs": [
{
"name": "Classes",
"source_files": "XYTestPj/Classes/Test.{h,m}"
}
]
},
{
"name": "Security",
"source_files": "Security/SecurityObj.{h,m}"
}
]
}