blob: 90d2d2bd5170a6eb5ba6fdc284a685a30a8df727 [file] [log] [blame]
{
"name": "IMBaseKit",
"version": "0.0.5",
"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.5"
},
"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/**/*"
}
]
}