blob: 5a09bc9543d23a27865ee2fad810abcce80735db [file] [log] [blame]
{
"name": "WTExtension",
"version": "1.1.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.1.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",
"QuartzCore"
]
}
]
}