blob: b7c6b7de621ea31aca5fb7d86f489c31cf557697 [file] [log] [blame]
{
"name": "RgBaseObject",
"version": "0.0.6",
"summary": "基础组件",
"description": "基础组件,初始化等等",
"homepage": "https://dazhongge.com",
"license": "MIT",
"authors": {
"Rogue": "619455850@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RogueAndy/RgBaseObject.git",
"tag": "0.0.6"
},
"source_files": "RgBaseObject/*",
"public_header_files": "RgBaseObject/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "RgBaseObject/Category/*",
"public_header_files": "RgBaseObject/Category/*.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"RgBaseObject/Tool": [
]
}
},
{
"name": "Tool",
"source_files": "RgBaseObject/Tool/*",
"public_header_files": "RgBaseObject/Tool/*.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}
]
}