blob: c1de12cc8688ec029a50c203f2553b92fb044bd0 [file] [log] [blame]
{
"name": "IDPersianDatePicker",
"version": "1.0.0",
"summary": "Framework for selecting date in Persian Calendar written Swift.",
"description": "Framework for selecting date in Persian Calendar.\n Written in Swift.",
"homepage": "https://github.com/omidgolparvar/IDPersianDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Omid Golparvar": "iGolparvar@gmail.com"
},
"source": {
"git": "https://github.com/omidgolparvar/IDPersianDatePicker.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": [
"PersianDatePicker/*.{h,swift}",
"PersianDatePicker/Source/**/*.{h,swift}",
"PersianDatePicker/Source/**/*.xib"
],
"resources": [
"PersianDatePicker/Source/Assets.xcassets"
],
"public_header_files": "PersianDatePicker/*.h",
"libraries": "z"
}