[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 2 / OCLog / 0.0.1 / OCLog.podspec.json
blobef4caca7efb1c5422c7472b5e2d7a2d77c06b8e5
2   "name": "OCLog",
3   "version": "0.0.1",
4   "summary": "a log system for iOS platform",
5   "description": "We can easy to use this lib to print a log with more infos such as time, method name, lines and other detail.\nWe have 5 log level. VEND/DEBUG/INFO/WARNING/ERROR.\nWe can catch all the crash stack infos.\nWe can write all the log to a local file and then you can send it to the remote server.",
6   "homepage": "https://github.com/leisurehuang/OCLog",
7   "license": {
8     "type": "MIT",
9     "file": "License.txt"
10   },
11   "authors": {
12     "leisurehuang": "leisure.huang34@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leisurehuang/OCLog.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "OCLog",
20     "OCLog/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "platforms": {
25     "ios": "8.0"
26   }