[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / e / 3 / 9 / SygicUIKit / 1.0.0 / SygicUIKit.podspec.json
blobbb6de108e8c91f5540fd642744eb10e9530de160
2   "name": "SygicUIKit",
3   "version": "1.0.0",
4   "summary": "UI components used by SygicMapsKit",
5   "swift_version": "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": "1.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   }