| { |
| "name": "TimeZonePicker", |
| "version": "1.0.0", |
| "summary": "A TimeZonePicker UIViewController similar to the iOS Settings app.", |
| "description": "* A ready view controller that can be used in any iOS app.\n* Search/filter functionality ready using a search bar.\n* Selection invokes a delegate with the selected NSTimeZone.", |
| "homepage": "https://github.com/gligorkot/TimeZonePicker", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Gligor Kotushevski": "gligorkot@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/gligor_nz", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/gligorkot/TimeZonePicker.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/*.{swift}" |
| ], |
| "resources": "Resources/*.{json,storyboard}", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3" |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |