[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / 4 / QuickDropDown / 1.0.0 / QuickDropDown.podspec.json
blobbd810cddfe1ad090382a5f2804d2e7ccfb76480c
2   "name": "QuickDropDown",
3   "version": "1.0.0",
4   "summary": "一款简洁大方的下拉列表框控件。",
5   "description": "一款简洁大方的下拉列表框控件。",
6   "homepage": "https://github.com/pcjbird/QuickDropDown",
7   "license": "MIT",
8   "authors": {
9     "pcjbird": "pcjbird@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pcjbird/QuickDropDown.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "http://www.lessney.com",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreGraphics"
24   ],
25   "source_files": [
26     "QuickDropDown/*.{h,m}",
27     "QuickDropDown/QuickDropDownDefines/*.{h,m}"
28   ],
29   "public_header_files": "QuickDropDown/*.{h}",
30   "pod_target_xcconfig": {
31     "OTHER_LDFLAGS": "-lObjC"
32   }