blob: 5839c9e76cf12be76a47184dffbde074cfb70236 [file] [log] [blame]
{
"name": "IRDataPicker",
"version": "1.0.0",
"summary": "A powerful DataPicker of iOS.",
"description": "A powerful DataPicker of iOS.",
"homepage": "https://github.com/irons163/IRDataPicker.git",
"license": "MIT",
"authors": "irons163",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/irons163/IRDataPicker.git",
"tag": "1.0.0"
},
"source_files": [
"Class/**/*.{h,m}",
"IRDataPicker/Class/**/*.{h,m}"
],
"resource_bundles": {
"IRDataPickerBundle": [
"../IRDataPickerBundle/**/*",
"IRDataPickerBundle/**/*"
]
},
"exclude_files": [
"../IRDataPickerBundle/**/*.plist",
"IRDataPickerBundle/**/*.plist"
]
}