blob: 96b098a912d30c888265e1387aed3dde0a9d7f36 [file] [log] [blame]
{
"name": "WTExtension",
"version": "1.0.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": "v1.0.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"subspecs": [
{
"name": "UIImage+WTExtension",
"source_files": "UIImage+WTExtension/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}
]
}