blob: bd810cddfe1ad090382a5f2804d2e7ccfb76480c [file] [log] [blame]
{
"name": "QuickDropDown",
"version": "1.0.0",
"summary": "一款简洁大方的下拉列表框控件。",
"description": "一款简洁大方的下拉列表框控件。",
"homepage": "https://github.com/pcjbird/QuickDropDown",
"license": "MIT",
"authors": {
"pcjbird": "pcjbird@hotmail.com"
},
"source": {
"git": "https://github.com/pcjbird/QuickDropDown.git",
"tag": "1.0.0"
},
"social_media_url": "http://www.lessney.com",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"source_files": [
"QuickDropDown/*.{h,m}",
"QuickDropDown/QuickDropDownDefines/*.{h,m}"
],
"public_header_files": "QuickDropDown/*.{h}",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}