blob: 0825721d9b26a94b48e7568384d24dda8285442e [file] [log] [blame]
{
"name": "JOWCategory",
"version": "0.1.6",
"summary": "Summary of functions used in development.",
"description": "JOWCategory is my Summary of functions used in development.",
"homepage": "https://github.com/Joke-Wang/JOWCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joke-Wang": "wangzhangzhong1102@163.com"
},
"source": {
"git": "https://github.com/Joke-Wang/JOWCategory.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JOWCategory/Classes/JOWCategory.h",
"public_header_files": "JOWCategory/Classes/JOWCategory.h",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "JOWFoundation",
"source_files": "JOWCategory/Classes/JOWFoundation/*.{h,m}",
"public_header_files": "JOWCategory/Classes/JOWFoundation/*.h"
},
{
"name": "JOWUIKit",
"source_files": "JOWCategory/Classes/JOWUIKit/*.{h,m}",
"public_header_files": "JOWCategory/Classes/JOWUIKit/*.h",
"dependencies": {
"JOWCategory/JOWFoundation": [
]
}
},
{
"name": "JOWQRCode",
"source_files": "JOWCategory/Classes/JOWQRCode/UIImage+QRCode.{h,m}",
"public_header_files": "JOWCategory/Classes/JOWQRCode/UIImage+QRCode.h"
},
{
"name": "JOWCheckPermission",
"source_files": "JOWCategory/Classes/JOWCheckPermission/*.{h,m}",
"public_header_files": "JOWCategory/Classes/JOWCheckPermission/*.h"
}
]
}