blob: 9e70c0ffe65d2fecf8290af353f72b90ff8b74b5 [file] [log] [blame]
{
"name": "DCPickerRecord",
"version": "0.1.0",
"summary": "Quick recoder for UIPickerView.",
"homepage": "https://github.com/qtdc1229/DCPickerRecord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qtdc1229": "dc328466990@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/qtdc1229/DCPickerRecord.git",
"tag": "v0.1.0"
},
"source_files": [
"DCPickerRecord/DCPickerRecord/*.{h,m}",
"DCPickerRecord/DynamicDelegate/*.{h,m}"
],
"public_header_files": [
"DCPickerRecord/DCPickerRecord/*.{h}",
"DCPickerRecord/DynamicDelegate/*.{h}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}