[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 8 / 3 / CJPicker / 1.2.0 / CJPicker.podspec.json
bloba4378bd2afc9369b3d1bd5a4bfe1f516e8631929
2   "name": "CJPicker",
3   "version": "1.2.0",
4   "summary": "A custom view which contain UIPickerView/UIDatePicker and UIToolbar as subViews.",
5   "description": "36.This is a view which contain UIPickerView/UIDatePicker and UIToolbar as subViews.",
6   "homepage": "https://github.com/dvlproad/CJPopupView",
7   "license": "MIT",
8   "authors": {
9     "dvlproad": "studyroad@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJPopupView.git",
16     "tag": "CJPicker_1.2.0"
17   },
18   "source_files": [
19     "CJPicker/*.{h,m}",
20     "CJPicker/Models/*.{h,m}"
21   ],
22   "resources": "CJPicker/**/*.{png,xib,plist}",
23   "frameworks": "UIKit",
24   "subspecs": [
25     {
26       "name": "CJToolbar",
27       "source_files": "CJPicker/CJToolbar/**/*.{h,m}"
28     }
29   ]