[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / FSLogger / 0.1.0 / FSLogger.podspec.json
blob2593181f4e4e3782f5abab6bfea64f73bcb423e0
2   "name": "FSLogger",
3   "version": "0.1.0",
4   "summary": "A log tool in Swift.",
5   "description": "1.支持分级输出,可自定义最低输出等级(Info,Warn,Error,All)\n2.彩色输出\n3.输出日志文件到应用沙盒,必要时可查看日志\n4.开关控制输出与否",
6   "homepage": "https://github.com/FsThatOne/FSLogs",
7   "license": "MIT",
8   "authors": {
9     "王正一": "fsymbio@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/FsThatOne/FSLogs.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "FSLogger/Classes/**/*",
20   "frameworks": "UIKit"