[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 1 / CocoaLogKit / 0.0.1 / CocoaLogKit.podspec.json
bloba195ebf2915dac534fd0ac60e09a27cce215109b
2   "name": "CocoaLogKit",
3   "version": "0.0.1",
4   "summary": "Log framework based on CocoaLumberjack and ZipArchive",
5   "homepage": "https://github.com/skooal/LogKit.git",
6   "license": "MIT",
7   "authors": {
8     "BANYAN": "greenbanyan@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/skooal/LogKit.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "LogKit/**/*.{h,m}",
18   "resources": "LogKit/LogKit.bundle",
19   "dependencies": {
20     "CocoaLumberjack": [
21       ">= 3.x"
22     ]
23   },
24   "requires_arc": true