blob: b9db0505719506a6b4e47ba38ade46adcb7b31fe [file] [log] [blame]
{
"name": "IDPersianDatePicker",
"version": "2.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": "2.0.0"
},
"swift_versions": "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",
"swift_version": "4.2"
}