blob: a4378bd2afc9369b3d1bd5a4bfe1f516e8631929 [file] [log] [blame]
{
"name": "CJPicker",
"version": "1.2.0",
"summary": "A custom view which contain UIPickerView/UIDatePicker and UIToolbar as subViews.",
"description": "36.This is a view which contain UIPickerView/UIDatePicker and UIToolbar as subViews.",
"homepage": "https://github.com/dvlproad/CJPopupView",
"license": "MIT",
"authors": {
"dvlproad": "studyroad@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJPopupView.git",
"tag": "CJPicker_1.2.0"
},
"source_files": [
"CJPicker/*.{h,m}",
"CJPicker/Models/*.{h,m}"
],
"resources": "CJPicker/**/*.{png,xib,plist}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "CJToolbar",
"source_files": "CJPicker/CJToolbar/**/*.{h,m}"
}
]
}