blob: 530a19d30c55538484696beca9279bfb4b100a8f [file] [log] [blame]
{
"name": "WTExtension",
"version": "1.2.0",
"summary": "Some useful categories used in other public libraries.",
"homepage": "https://github.com/waterlou/WTExtension",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"waterlou": "https://github.com/waterlou"
},
"source": {
"git": "https://github.com/waterlou/WTExtension.git",
"tag": "1.2.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"subspecs": [
{
"name": "UIImage+WTExtension",
"source_files": "UIImage+WTExtension/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
},
{
"name": "UIView+WTExtension",
"source_files": "UIView+WTExtension/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "UIView+WTLayer",
"source_files": "UIView+WTLayer/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
},
{
"name": "UIDevice+WTExtension",
"source_files": "UIDevice+WTExtension/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "UIImage+WTFilterFastBlur",
"source_files": "UIImage+WTFilter/UIImage+WTFilterFastBlur.{h,m}",
"frameworks": [
"UIKit",
"Accelerate"
]
},
{
"name": "UIImage+WTFilterBlur",
"source_files": "UIImage+WTFilter/UIImage+WTFilterBlur.{h,m}",
"frameworks": [
"UIKit",
"CoreImage"
]
},
{
"name": "UIImage+WTFilter",
"source_files": "UIImage+WTFilter/UIImage+WTFilter.h",
"dependencies": {
"WTExtension/UIImage+WTFilterFastBlur": [
],
"WTExtension/UIImage+WTFilterBlur": [
]
}
}
]
}