blob: b9a3840169b7e135d039ea6b14b6d8647cbf9b48 [file] [log] [blame]
{
"name": "JZBorderedView",
"version": "0.0.3",
"summary": "A UIView subclass with four configurable borders via storyboard",
"description": "\t\t\t A longer description of JZBorderedView in Markdown format.\n\n\t\t\t * Think: Why did you write this? What is the focus? What does it do?\n\t\t\t * CocoaPods will be using this to generate tags, and improve search results.\n\t\t\t * Try to keep it short, snappy and to the point.\n\t\t\t * Finally, don't worry about the indent, CocoaPods strips it!\n",
"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.3"
},
"source_files": [
"JZBorderedView/Classes",
"JZBorderedView/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}