blob: 9275868ddeba3bc99c562cf1dc68145d1a9c37c0 [file] [log] [blame]
{
"name": "JJCTools",
"version": "0.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Library for iOS to get result fasterly with some methods.",
"homepage": "https://github.com/jijiucheng/JJCTools",
"authors": {
"苜蓿鬼仙": "302926124@qq.com"
},
"source": {
"git": "https://github.com/jijiucheng/JJCTools.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "JJCToolsDemo/JJCTools/JJCTools.h",
"subspecs": [
{
"name": "JJCToolsObject",
"source_files": "JJCToolsDemo/JJCTools/JJCToolsObject/**/*.{h,m}",
"public_header_files": "JJCToolsDemo/JJCTools/JJCToolsObject/**/*.{h}"
},
{
"name": "JJCToolsCategory",
"source_files": "JJCToolsDemo/JJCTools/JJCToolsCategory/**/*.{h,m}",
"public_header_files": "JJCToolsDemo/JJCTools/JJCToolsCategory/**/*.{h}",
"subspecs": [
{
"name": "UITabBar",
"source_files": "JJCToolsDemo/JJCTools/JJCToolsCategory/UITabBar/**/*.{h,m}",
"public_header_files": "JJCToolsDemo/JJCTools/JJCToolsCategory/UITabBar/**/*.{h}"
},
{
"name": "UIView",
"source_files": "JJCToolsDemo/JJCTools/JJCToolsCategory/UIView/**/*.{h,m}",
"public_header_files": "JJCToolsDemo/JJCTools/JJCToolsCategory/UIView/**/*.{h}"
}
]
}
]
}