[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 1 / Iconic / 1.5 / Iconic.podspec.json
blob5e3295fa37eeb24b336c5b2060aad0098e3cbe2c
2   "name": "Iconic",
3   "version": "1.5",
4   "summary": "Auto-generated icon font library for iOS",
5   "description": "Iconic will help you make icon fonts integration on iOS easy and effortless. Its main component is in charge of auto-generating strongly typed code in Swift, fully compatible with Objective-C, allowing the integration of vector icons as image or text in your apps.",
6   "homepage": "https://github.com/home-assistant/Iconic",
7   "authors": {
8     "Ignacio Romero Zurbuchen": "iromero@dzen.cl",
9     "Robbie Trencheny": "me@robbiet.us",
10     "The Home Assistant Authors": "hello@home-assistant.io"
11   },
12   "license": {
13     "type": "Apache 2.0",
14     "file": "LICENSE.md"
15   },
16   "social_media_url": "https://twitter.com/hass_devs",
17   "source": {
18     "git": "https://github.com/home-assistant/Iconic.git",
19     "tag": "1.5"
20   },
21   "source_files": "Source/*.{swift}",
22   "resources": "Source/**/*.{ttf,otf}",
23   "preserve_paths": "Source/*",
24   "frameworks": [
25     "UIKit",
26     "CoreText"
27   ],
28   "platforms": {
29     "ios": "8.0",
30     "tvos": "9.0",
31     "watchos": "2.0"
32   },
33   "swift_versions": "4.2",
34   "prepare_command": "sh Source/Iconizer.sh '' ''",
35   "swift_version": "4.2"