blob: ea6930a3bb66faced5e54a03896a730c713a4d81 [file] [log] [blame]
{
"name": "BFBorderedLayer",
"version": "0.1.0",
"summary": "Layer with border easy to use with UIView",
"description": "You create CALayer and add it as Sublayer of you UIView. All you need it's set frame of the Layer and set Sides you need to be bordered.",
"homepage": "https://github.com/bicyclefactory/BFBorderedLayer",
"license": "MIT",
"authors": {
"Evgeniy Suvorov": "kokax@mail.ru"
},
"source": {
"git": "https://github.com/bicyclefactory/BFBorderedLayer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BFBorderedLayer": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}