[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / e / d / AliyunLogCommon / 1.0.8 / AliyunLogCommon.podspec.json
blob3a305195a187ec6daaef76727665f3509daf4a1d
2   "name": "AliyunLogCommon",
3   "version": "1.0.8",
4   "summary": "aliyun sls iOS log common",
5   "description": "aliyun sls iOS log common.\nhttps://help.aliyun.com/document_detail/29063.html\nhttps://help.aliyun.com/product/28958.html",
6   "homepage": "https://github.com/aliyun/aliyun-log-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aliyun-sls-ios": "yulong.gyl@alibaba-inc.com"
13   },
14   "social_media_url": "http://t.cn/AiRpol8C",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "git@github.com:cnbleu/sls-ios-common.git",
20     "tag": "1.0.8"
21   },
22   "source_files": [
23     "AliyunLogCommon/*.{h,m}",
24     "AliyunLogCommon/plugin/*.{h,m}",
25     "AliyunLogCommon/utdid/*.{h,m}"
26   ],
27   "public_header_files": [
28     "AliyunLogCommon/*.h",
29     "AliyunLogCommon/plugin/*.h",
30     "AliyunLogCommon/utdid/*.h"
31   ],
32   "libraries": "z",
33   "requires_arc": true,
34   "dependencies": {
35     "Reachability": [
36       "~> 3.2"
37     ]
38   }