blob: 1151d673ebb6ef24452ac5f7306513e3bb73f5a1 [file] [log] [blame]
{
"name": "YJToolsGather",
"version": "0.0.2",
"summary": "YJToolsGather, a collection of useful Objective-C Tool Frameworks",
"description": "YJToolsGather 是Objective-C常用开发工具. a collection of useful Objective-C Tool Frameworks.",
"homepage": "https://github.com/YJManager/YJToolsGather.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"houmanager": "houmanager@Hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"source": {
"git": "https://github.com/YJManager/YJToolsGather.git",
"tag": "0.0.2",
"submodules": true
},
"public_header_files": "YJToolsGather/YJToolsGather/YJToolsGather/YJToolsGather.h",
"source_files": "YJToolsGather/YJToolsGather/YJToolsGather/YJToolsGather.h",
"subspecs": [
{
"name": "Configure",
"source_files": "YJToolsGather/YJToolsGather/YJToolsGather/Configure/*.{h,m}",
"public_header_files": "YJToolsGather/YJToolsGather/YJToolsGather/Configure/*.{h}"
}
]
}