blob: 5ee98b0fbe0d8076b639474ea6953827a3506ce8 [file] [log] [blame]
{
"name": "JOWCategory",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JOWCategory/Classes/**/*",
"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"
}
]
}