[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / d / HSFont / 1.0.2 / HSFont.podspec.json
blob1d0428923ed2b64c0eb6eef7ce8edd74bf78e623
2   "name": "HSFont",
3   "version": "1.0.2",
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.0.2"
18   },
19   "source_files": [
20     "HSFont",
21     "HSFont/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "frameworks": "AppKit"
29   },
30   "requires_arc": true