| { |
| "name": "LogCT", |
| "version": "0.0.1", |
| "summary": "LogCT is a lightweight log collection toolkit.", |
| "homepage": "https://github.com/pre-dem/logct-objc", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "longbai": "baishunlong@qiniu.com" |
| }, |
| "source": { |
| "git": "https://github.com/pre-dem/logct-objc.git", |
| "tag": "v0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": [ |
| "LogCT/*", |
| "Clogan/*.{h,c}" |
| ], |
| "public_header_files": "LogCT/*.h", |
| "subspecs": [ |
| { |
| "name": "mbedtls", |
| "source_files": "mbedtls/**/*.{h,c}", |
| "header_dir": "mbedtls", |
| "private_header_files": "mbedtls/**/*.h", |
| "pod_target_xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}/**" |
| } |
| } |
| ] |
| } |