| { |
| "name": "THComboBox", |
| "version": "1.0.0", |
| "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.0" |
| }, |
| "source_files": [ |
| "THComboBoxExample", |
| "THComboBoxExample/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "XCTest", |
| "requires_arc": true |
| } |