blob: 802333ee0269f9bff6a37e8057324c86b94d30f3 [file] [log] [blame]
{
"name": "JKOCProjectTool",
"version": "0.1.9",
"summary": "OCTool.",
"description": "这是一个很好用的OC的工具类,我会不断的更新的",
"homepage": "https://github.com/JoanKing/JKOCProjectTool",
"license": "Apache License 2.0",
"authors": {
"JoanKingWC": "2318151015@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JoanKing/JKOCProjectTool.git",
"tag": "0.1.9"
},
"source_files": "JKOCProjectTool/JKOCProjectTool.h",
"social_media_url": "https://www.jianshu.com/u/8fed18ed70c9",
"requires_arc": true,
"resources": "JKOCProjectTool/JKResource/*",
"subspecs": [
{
"name": "JKCategory",
"source_files": "JKOCProjectTool/JKCategory/**/*"
},
{
"name": "JKKit",
"dependencies": {
"JKOCProjectTool/JKCategory": [
]
},
"source_files": "JKOCProjectTool/JKKit/**/*"
}
]
}