blob: cca81b30ddaef41c71a5e2ca71dc806bf297ba1e [file] [log] [blame]
{
"name": "YLTestSubspec",
"version": "0.0.1",
"summary": "测试subpodspec",
"description": "开发测试subpodspec,基于Object-C语言",
"homepage": "https://github.com/luoyingli/YLTestSubpodspec",
"license": "MIT",
"authors": {
"luoyingli": "luoyingli2010@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/luoyingli/YLTestSubpodspec.git",
"tag": "0.0.1"
},
"source_files": [
"YLTestSubspec",
"YLTestSubspec/YLExtensions.h"
],
"subspecs": [
{
"name": "Extensions",
"source_files": "YLTestSubspec/Extensions/**/*"
}
]
}