[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / a / Huolala-Glog / 1.0.1 / Huolala-Glog.podspec.json
blobd10381a11c5a03b6ccf14f56c32ca6b97fd34503
2   "name": "Huolala-Glog",
3   "version": "1.0.1",
4   "summary": "Glog is a cross platform high-performance log storage framework developed by Huolala.",
5   "authors": {
6     "issac.zeng": "extremetsa@gmail.com"
7   },
8   "description": "The Glog for Objective-C.\nGlog is a format free, cross platform, high performance log storage framework.",
9   "homepage": "https://github.com/HuolalaTech/hll-wp-glog",
10   "license": {
11     "type": "Apache 2.0",
12     "file": "LICENSE.TXT"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/HuolalaTech/hll-wp-glog.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": "iOS/Glog/Glog/*.{h,m,mm}",
22   "public_header_files": "iOS/Glog/Glog/*.h",
23   "frameworks": "CoreFoundation",
24   "libraries": [
25     "z",
26     "c++"
27   ],
28   "dependencies": {
29     "GlogCore": [
30       "~> 1.0.1"
31     ]
32   }