| { |
| "name": "LDSAppOpenSDK", |
| "version": "0.1.2", |
| "summary": "A SDK for leedarson app", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/ldsappopensdk/LDSAppOpenSDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "448654003@qq.com": "448654003@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/ldsappopensdk/LDSAppOpenSDK.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "AVFoundation", |
| "AudioToolbox", |
| "VideoToolbox", |
| "CoreMedia" |
| ], |
| "source_files": "LDSAppOpenSDK/Vendors/**/*{.h,.m}", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "MQTTClient/Websocket": [ |
| |
| ], |
| "CocoaAsyncSocket": [ |
| |
| ], |
| "CocoaLumberjack": [ |
| |
| ] |
| }, |
| "libraries": [ |
| "z.1.2.5", |
| "bz2.1.0", |
| "iconv.2.4.0", |
| "stdc++" |
| ], |
| "pod_target_xcconfig": { |
| "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14", |
| "CLANG_CXX_LIBRARY": "libc++", |
| "ENABLE_BITCODE": "NO" |
| }, |
| "vendored_frameworks": "LDSAppOpenSDK/Vendors/LDSAppOpenSDK.framework" |
| } |