[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 2 / 5 / 7 / RTMTokenBuilder / 1.0.0 / RTMTokenBuilder.podspec.json
blob1e55203370548cd69df813f997d28ec9e8d97d18
2   "name": "RTMTokenBuilder",
3   "version": "1.0.0",
4   "summary": "TokenBuilder",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZYP": "xxx@agora.io"
13   },
14   "source": {
15     "git": "https://github.com/zhuyuping/RTMTokenBuilder.git"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": "RtmTokenTool/**/*.{h,m,mm,cpp}",
21   "public_header_files": "RtmTokenTool/TokenBuilder.h",
22   "swift_versions": "5.0",
23   "static_framework": true,
24   "dependencies": {
25     "OpenSSL-Universal": [
26       "1.0.2.17"
27     ]
28   },
29   "ios": {
30     "libraries": [
31       "z",
32       "c++"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "swift_version": "5.0"