blob: f10cfb78052fe93cdaf530ef05809d20b8ae6c26 [file] [log] [blame]
{
"name": "LJKit",
"version": "0.1.0",
"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": "9.0"
},
"source": {
"git": "https://github.com/lj20082/LJKit.git",
"tag": "0.1.0"
},
"requires_arc": true,
"public_header_files": "LJKit/LJKit.h",
"source_files": "LJKit/LJKit.h",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"Accelerate",
"Photos",
"AVFoundation",
"Contacts"
],
"subspecs": [
{
"name": "Categorys",
"platforms": {
"ios": "9.0"
},
"public_header_files": "LJKit/Categorys/*.h",
"source_files": "LJKit/Categorys/*.{h,m}"
},
{
"name": "Common",
"platforms": {
"ios": "9.0"
},
"public_header_files": "LJKit/Common/*.h",
"source_files": "LJKit/Common/*.{h,m}"
},
{
"name": "Views",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"LJKit/Categorys": [
],
"LJKit/Common": [
]
},
"public_header_files": "LJKit/Views/*.h",
"source_files": "LJKit/Views/*.{h,m}"
},
{
"name": "Func",
"platforms": {
"ios": "9.0"
},
"public_header_files": "LJKit/Func/*.h",
"source_files": "LJKit/Func/*.{h,m}"
}
]
}