blob: 5bb95cb4627713239b9f13f25a80cae9fc390cbf [file] [log] [blame]
{
"name": "TJView",
"version": "0.1.0",
"summary": "TJView is a View with customizable border.",
"description": "This is subclass of UIView. You can customize the border of each side individually.(border width, border color and corner radius)",
"homepage": "https://github.com/taji-taji/TJView",
"license": "MIT",
"authors": {
"Yutaka Tajika": ""
},
"source": {
"git": "https://github.com/taji-taji/TJView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TJView": [
"Pod/Assets/*.png"
]
}
}