blob: ba9b1d5af18ab4a467b6e7d4191887a5421e9f52 [file] [log] [blame]
{
"name": "TimeZonePickerView",
"version": "1.0.1",
"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": "1.0.1"
},
"source_files": [
"TimeZonePickerView",
"TimeZonePickerView/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.1"
}