[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 1 / c / 6 / AliyunSlsObjc-hunter / 2.0.0 / AliyunSlsObjc-hunter.podspec.json
blob1e0932626d90752c2b3658e8692b53d3d79ea469
2   "name": "AliyunSlsObjc-hunter",
3   "version": "2.0.0",
4   "summary": "Aliyun Sls Log SDK for iOS",
5   "description": "For the official Aliyun Sls SDK is written in Swift 2.3, it's improper for objc app to be packaged with the large Swift Core Lib and Swift Foundation Lib, about 30 Mb.\n\nThis SDK is mostly interpreted from the official one, but the quality of code has been improved compared with the unreasonable style in the original one.",
6   "homepage": "https://github.com/huntergai/AliyunLogObjc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lujiajing1126": "lujiajing1126@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/huntergai/AliyunLogObjc.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "module_name": "AliyunLogObjc",
22   "header_dir": "AliyunLogObjc",
23   "pod_target_xcconfig": {
24     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
25   },
26   "source_files": "AliyunLogObjc/**/*.{h,m}",
27   "exclude_files": "AliyunLogObjc/**/*.pbobjc.{h,m}",
28   "requires_arc": true,
29   "prepare_command": "protoc -I \"./AliyunLogObjc\" --objc_out=\"./AliyunLogObjc/serde\" \"./AliyunLogObjc/sls.proto\"",
30   "dependencies": {
31     "Protobuf": [
32       "~> 3.11.3"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "no-arc",
38       "source_files": "AliyunLogObjc/**/*.pbobjc.{h,m}",
39       "requires_arc": false
40     }
41   ]