blob: bccf67181400bfa359faa516eef2b5219d6577fd [file] [log] [blame]
{
"name": "NePatch",
"version": "0.1.0",
"summary": "Add 9patch image support to UIImages.",
"description": "This pod provides basic support for 9 patch images on iOS. It adds an extension to UIImage so one can call the resizableImageFrom9Patch function to use a 9patch image withing iOS.",
"homepage": "https://github.com/K4stor/NePatch",
"license": "MIT",
"authors": {
"Kastor": "kastor9elements.com"
},
"source": {
"git": "https://github.com/K4stor/NePatch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NePatch": [
"Pod/Assets/*.png"
]
}
}