[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / d / 3 / OcticonsFont / 0.1 / OcticonsFont.podspec.json
blobc9f09d411826e10423b61a2c10527dcc2dafee21
2   "name": "OcticonsFont",
3   "version": "0.1",
4   "summary": "A podspec encapsulating Octicons font for iOS",
5   "license": {
6     "type": "Apache License, Version 2.0",
7     "file": "LICENSE.txt"
8   },
9   "authors": {
10     "Jack Yin": "yinxiaoyu888@gmail.com"
11   },
12   "homepage": "https://github.com/jkyin/OcticonsFont",
13   "source": {
14     "git": "https://github.com/jkyin/OcticonsFont.git",
15     "tag": "0.1"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": "UIFont+Octicons.{h,m}",
21   "resource_bundles": {
22     "OcticonsFont": "Fonts/*.ttf"
23   },
24   "frameworks": [
25     "UIKit",
26     "CoreText"
27   ],
28   "requires_arc": true