[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / a / 5 / d / HSFont / 1.1.1 / HSFont.podspec.json
blob5a3c4eae3f5ac2962089658429459016987b119b
2   "name": "HSFont",
3   "version": "1.1.1",
4   "summary": "A simple iOS and OS X HSFont replace [UIFont, NSFont], HSColor replace [UIColor, NSColor]",
5   "homepage": "https://github.com/ccworld1000",
6   "license": "MIT",
7   "authors": {
8     "cc": "ccworld1000@gmail.com"
9   },
10   "social_media_url": "https://github.com/ccworld1000",
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/ccworld1000/HSFont.git",
17     "tag": "1.1.1"
18   },
19   "source_files": [
20     "HSFont",
21     "HSFont/*.{h,m,c}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "frameworks": "AppKit"
29   },
30   "requires_arc": true