[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / f / d / b / TTFFont_iOS / 0.0.1 / TTFFont_iOS.podspec.json
blob5b8b317d69d6f90addaac29b66ec4bef831e6d0a
2   "name": "TTFFont_iOS",
3   "version": "0.0.1",
4   "summary": "iOS自定义.ttf字体",
5   "description": "- iOS自定义.ttf字体",
6   "homepage": "https://github.com/galenu/TTFFont_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "galenu": "250167616@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/galenu/TTFFont_iOS.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "resource_bundles": {
25     "TTFFont_iOS": [
26       "TTFFont_iOS/Assets/*"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "src",
32       "source_files": "TTFFont_iOS/Classes/src/**/*"
33     }
34   ],
35   "swift_version": "5.0"