blob: af81e047387b620df6644117b32cf521d6722429 [file] [log] [blame]
{
"name": "LJKit",
"version": "0.0.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A powerful iOS utility framework.",
"homepage": "https://github.com/lj20082/LJKit",
"authors": {
"673637753@qq.com": "673637753@qq.com"
},
"social_media_url": "http://muzijia.top/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lj20082/LJKit.git",
"tag": "0.0.8"
},
"requires_arc": true,
"public_header_files": "LJKit/LJKit.h",
"source_files": "LJKit/LJKit.h",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"Accelerate"
],
"subspecs": [
{
"name": "Categorys",
"platforms": {
"ios": "8.0"
},
"public_header_files": "LJKit/Categorys/*.h",
"source_files": "LJKit/Categorys/*.{h,m}"
},
{
"name": "Common",
"platforms": {
"ios": "8.0"
},
"public_header_files": "LJKit/Common/*.h",
"source_files": "LJKit/Common/*.{h,m}"
},
{
"name": "Views",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"LJKit/Categorys": [
],
"LJKit/Common": [
]
},
"public_header_files": "LJKit/Views/*.h",
"source_files": "LJKit/Views/*.{h,m}"
}
]
}