[Add] AgoraRtcEngine_Special_iOS 4.3.1.156.JACO
[CocoaPods.git] / Specs / f / 3 / 1 / LatoFont / 2.0.0 / LatoFont.podspec.json
blobbd80548ddbe15e1533c34e1e2c7466ba949e4f06
2   "name": "LatoFont",
3   "version": "2.0.0",
4   "summary": "Brings Lato font to iOS.",
5   "description": "Lato Font is a full suite of , created and maintained by Lukasz Dziedzic. \nIt programmatically loads all styles of that font into your iOS app.",
6   "homepage": "https://github.com/michalkonturek/LatoFont",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michal Konturek": "michal.konturek@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/michalkonturek/LatoFont.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/michalkonturek",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LatoFont/Classes/**/*",
23   "resource_bundles": {
24     "LatoFont": [
25       "LatoFont/Assets/*.ttf"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "CoreText"
31   ]