blob: d32f728967ca6d92d811468fe35db32b4a1ecacc [file] [log] [blame]
{
"name": "TimeZonePickerView",
"version": "0.0.3",
"summary": "TimeZonePickerView makes it ease to present a picker view containing time zones from any where in the application.",
"description": "\"Presents a UIPickerView containing all the time zones with ability to select one. Easy way to deal with time zones. Pop it > Choose it > Use it 😉\"",
"homepage": "https://github.com/CosmicYogi/TimeZonePickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitesh Soni": "mitesh_soni@rocketmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CosmicYogi/TimeZonePickerView.git",
"tag": "0.0.3"
},
"source_files": [
"TimeZonePickerView",
"DhamoFramework/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.1"
}