[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / f / 3 / 1 / LatoFont / 1.0.0 / LatoFont.podspec.json
blob7a04b816a431c2d4b5d61c8ab2de4f098213a9ff
2   "name": "LatoFont",
3   "version": "1.0.0",
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.0"
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   ]