blob: a496c6adbf1562f6625676cd911fa89a3d2be8d5 [file] [log] [blame]
{
"name": "ALXUtil",
"version": "0.1.7",
"summary": "A common utility set easy to use.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/alexlearnstocode/ALXUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexlearnstocode": "229570121@qq.com"
},
"source": {
"git": "https://github.com/alexlearnstocode/ALXUtil.git",
"tag": "0.1.7"
},
"social_media_url": "https://www.jianshu.com/u/fb6f45f5a7f6",
"platforms": {
"ios": "8.0"
},
"source_files": "ALXUtil/ALXUtil.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"subspecs": [
{
"name": "ALXUtil-UIView",
"source_files": "ALXUtil/UIView+ALXUtil.{h,m}",
"public_header_files": "ALXUtil/UIView+ALXUtil.h"
},
{
"name": "ALXUtil-UIImage",
"source_files": "ALXUtil/UIImage+ALXUtil.{h,m}",
"public_header_files": "ALXUtil/UIImage+ALXUtil.h"
},
{
"name": "ALXUtil-NSAttributedString",
"source_files": "ALXUtil/NSAttributedString+ALXUtil.{h,m}",
"public_header_files": "ALXUtil/NSAttributedString+ALXUtil.h"
}
]
}