[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / d / 9 / FYLogger / 0.82 / FYLogger.podspec.json
blobe1389561d0ef1bfba1be1aa1b0428a86ea6bf7e8
2   "name": "FYLogger",
3   "version": "0.82",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/syxc/FYLogger",
9   "authors": {
10     "syxc": "gaibing2009@gmail.com"
11   },
12   "summary": "A tiny logging framework for iOS",
13   "source": {
14     "git": "https://github.com/syxc/FYLogger.git",
15     "tag": "0.82"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "FYLogger/Source/*.{swift, h}",
22     "FYLogger/*.h"
23   ],
24   "ios": {
25     "frameworks": [
26       "UIKit",
27       "Foundation"
28     ]
29   },
30   "requires_arc": true