[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / 3 / 9 / SygicUIKit / 2.0.0 / SygicUIKit.podspec.json
blob305a6eb4a1c0b0f8ddc084dcd8a442c74e53a0b1
2   "name": "SygicUIKit",
3   "version": "2.0.0",
4   "summary": "UI components used by SygicMapsKit",
5   "swift_versions": "4.2",
6   "description": "An open-source library containing UI components. Components are used in SygicMapsKit for UI. To get familiar with all the UI components available, you can first try out our sample application. To run the application, clone the repo, and run pod install from the Example directory first. Open SygicUIKit.xcworkspace and build.",
7   "homepage": "https://github.com/Sygic/sygic-ui-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Sygic": "info@sygic.com"
14   },
15   "source": {
16     "git": "https://github.com/Sygic/sygic-ui-kit-ios.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SygicUIKit/Classes/**/*",
23   "resources": "SygicUIKit/Resources/**/*.{xib,svg,jpg,png}",
24   "frameworks": "UIKit",
25   "resource_bundles": {
26     "SygicUIKit": [
27       "SygicUIKit/Resources/**/*.{ttf}"
28     ],
29     "SygicUIKitStrings": [
30       "SygicUIKit/Resources/Langs/*.lproj/*.strings"
31     ]
32   },
33   "dependencies": {
34     "GradientView": [
36     ]
37   },
38   "swift_version": "4.2"