[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 1 / CocoaLogKit / 0.0.3 / CocoaLogKit.podspec.json
blob4b19f526bdd81e2eea37b350b20ecfde49fbbb97
2   "name": "CocoaLogKit",
3   "version": "0.0.3",
4   "summary": "Log framework based on CocoaLumberjack and ZipArchive",
5   "homepage": "https://github.com/skooal/LogKit",
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.3"
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