[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 5 / TimeZonePicker / 1.2.0 / TimeZonePicker.podspec.json
blob59bcb155a2171c62e51fa2a8e3dcd889958fdd1a
2   "name": "TimeZonePicker",
3   "version": "1.2.0",
4   "summary": "A TimeZonePicker UIViewController similar to the iOS Settings app.",
5   "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 TimeZone.",
6   "homepage": "https://github.com/gligorkot/TimeZonePicker",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gligor Kotushevski": "gligorkot@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/gligor_nz",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/gligorkot/TimeZonePicker.git",
20     "tag": "1.2.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/*.{swift}"
25   ],
26   "resources": "Resources/*.{json,storyboard}",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4"
29   },
30   "frameworks": "UIKit",
31   "requires_arc": true,
32   "pushed_with_swift_version": "4.0"