blob: 1b4e9398f7107c4281b37954b331a85eea55ea2e [file] [log] [blame]
{
"name": "JZBorderedView",
"version": "0.0.5",
"summary": "A UIView subclass with four configurable borders via storyboard",
"description": "A longer description of JZBorderedView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/jessiejames1116/JZBorderedView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Zhao": "jameszhao1116@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jessiejames1116/JZBorderedView.git",
"tag": "0.0.5"
},
"source_files": [
"JZBorderedView/Classes",
"JZBorderedView/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}