blob: e83c5816e6aa9b8df7655425180deff190732a7d [file] [log] [blame]
{
"name": "JOWCategory",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JOWCategory/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "JOWFoundation",
"source_files": "JOWCategory/Classes/Foundation+ZZCategory/*.{h,m}"
},
{
"name": "JOWQRCode",
"source_files": "JOWCategory/Classes/**/UIImage+QRCode.{h,m}"
}
]
}