blob: cb1946fdfbb62fd175fe5e1b97538c55c229a72d [file] [log] [blame]
{
"name": "YRBaseHubOC",
"version": "0.0.3",
"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.3"
},
"source_files": "YRBaseHubOC/YRBaseHubOC.h",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Category",
"source_files": "YRBaseHubOC/Category/**/*.{h,m}"
},
{
"name": "Const",
"source_files": "YRBaseHubOC/Const/*.h"
},
{
"name": "Enum",
"source_files": "YRBaseHubOC/Enum/*.h"
},
{
"name": "Macro",
"source_files": "YRBaseHubOC/Macro/*.h"
},
{
"name": "Util",
"source_files": "YRBaseHubOC/Util/*.{h,m}"
},
{
"name": "KVO",
"source_files": "YRBaseHubOC/KVO/*.{h,m}"
}
]
}