blob: 1264e375e221b5951cf244b7e93e79dd19f70466 [file] [log] [blame]
{
"name": "IMBaseKit",
"version": "0.0.6",
"summary": "IMBaseKitTool",
"description": "这是一个很好用的OC的工具类,会不断的更新的.",
"homepage": "https://github.com/JoanKing/IMBaseKit",
"license": "MIT",
"authors": {
"IronMan": "2318151015@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JoanKing/IMBaseKit.git",
"tag": "0.0.6"
},
"source_files": "IMBaseKit/IMBaseKit.h",
"social_media_url": "https://www.jianshu.com/u/8fed18ed70c9",
"requires_arc": true,
"resources": "IMBaseKit/JKResource/*",
"subspecs": [
{
"name": "JKCategory",
"source_files": "IMBaseKit/JKCategory/**/*"
},
{
"name": "JKKit",
"dependencies": {
"IMBaseKit/JKCategory": [
]
},
"source_files": "IMBaseKit/JKKit/**/*"
}
]
}