blob: 51f7ce2682c5948689b67e0b45dd435de96157bb [file] [log] [blame]
{
"name": "YRBaseHubOC",
"version": "0.0.1",
"summary": "iOS OC项目基础模块",
"description": "iOS OC项目基础模块仓库",
"homepage": "https://github.com/chanyarin/YRBaseHubOC",
"license": "MIT",
"authors": {
"chanyarin": "chanyarin@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chanyarin/YRBaseHubOC.git",
"tag": "0.0.1"
},
"source_files": "YRBaseHubOC/YRBaseHubOC.h",
"subspecs": [
{
"name": "Content",
"source_files": "YRBaseHubOC/**/*.{h,m}",
"exclude_files": "YRBaseHubOC/YRBaseHubOC.h"
}
]
}