[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 3 / 1 / LatoFont / 1.0.1 / LatoFont.podspec.json
blob6bfe9fc7bcb52ffb48638237e87d8da8e0d7202e
2   "name": "LatoFont",
3   "version": "1.0.1",
4   "summary": "Brings Lato font to iOS.",
5   "homepage": "https://github.com/michalkonturek/LatoFont",
6   "license": "MIT",
7   "authors": {
8     "Michal Konturek": "michal.konturek@gmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "social_media_url": "https://twitter.com/michalkonturek",
14   "source": {
15     "git": "https://github.com/michalkonturek/LatoFont.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "Source/*.{h,m}",
19   "resource_bundles": {
20     "LatoFont": "Source/Fonts/*.ttf"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "CoreText",
25     "UIKit"
26   ]