[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / 2 / 0 / PLVCLogan / 1.0.0 / PLVCLogan.podspec.json
blob87f5b0e7d124a94cf4fdcb315ad8aa8927a17661
2   "name": "PLVCLogan",
3   "version": "1.0.0",
4   "summary": "PLVCLogan is a lightweight case logging system based on mobile platform.",
5   "homepage": "https://help.polyv.net/index.html#/live/ios/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "hamto": "duhan@polyv.net"
12   },
13   "source": {
14     "git": "https://gitee.com/polyvios/plvclogan.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "source_files": "Clogan/*.{h,c}",
22   "public_header_files": "Clogan/*.h",
23   "subspecs": [
24     {
25       "name": "mbedtls",
26       "source_files": "mbedtls/**/*.{h,c}",
27       "header_dir": "mbedtls",
28       "private_header_files": "mbedtls/**/*.h",
29       "pod_target_xcconfig": {
30         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/PLVCLogan/**"
31       }
32     }
33   ]