blob: ab50dcd2bf143fb53f4a5b66ef53e858ced369a8 [file] [log] [blame]
{
"name": "THComboBox",
"version": "1.0.1",
"summary": "an IBDesignable custom combobox control for iOS",
"description": " A longer description of THComboBox 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!\n",
"homepage": "https://github.com/wujy07/THComboBox",
"license": "MIT",
"authors": {
"wujy07": "wujy07@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wujy07/THComboBox.git",
"tag": "1.0.1"
},
"source_files": [
"THComboBox",
"THComboBox/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "XCTest",
"requires_arc": true
}