blob: 9aee866de4e8188a76ccf45f9c6ed0063b588b39 [file] [log] [blame]
{
"name": "CALayer-AutoresizingMask",
"version": "0.0.4",
"summary": "Add UIViewAutoresize support to iOS CALayers and fast UIView to CALayer conversion method",
"description": " This library extends CALayer class to support .autoresizingMask property.\n Add provide fast way to replace UIViews with CALayers right in IB by adding\n \"User Defined Runtime Attribute\" - `BOOL replaceWithLayer`\n",
"homepage": "https://github.com/k06a/CALayer-AutoresizingMask",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"social_media_url": "http://twitter.com/k06a",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/k06a/CALayer-AutoresizingMask.git",
"tag": "0.0.4"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
],
"ObjcAssociatedObjectHelpers": [
]
}
}