| { |
| "name": "UZBroadcast", |
| "version": "1.2.4", |
| "summary": "UZBroadcast", |
| "homepage": "https://uiza.io/", |
| "documentation_url": "https://uizaio.github.io/uiza-ios-broadcast-sdk/", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "developer": "developer@uiza.io" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/uizaio/uiza-ios-broadcast-sdk.git", |
| "tag": "v1.2.4" |
| }, |
| "source_files": "UZBroadcast/**/*.{h,m,mm,cpp,c}", |
| "public_header_files": [ |
| "UZBroadcast/*.h", |
| "UZBroadcast/objects/*.h", |
| "UZBroadcast/configuration/*.h" |
| ], |
| "frameworks": [ |
| "VideoToolbox", |
| "AudioToolbox", |
| "AVFoundation", |
| "Foundation", |
| "UIKit" |
| ], |
| "libraries": [ |
| "c++", |
| "z" |
| ], |
| "pod_target_xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Private/OpenSSL_Universal/** ${PODS_ROOT}/Headers/Public/OpenSSL_Universal/**" |
| }, |
| "dependencies": { |
| "OpenSSL-Universal": [ |
| "1.0.2.20" |
| ] |
| }, |
| "static_framework": true, |
| "requires_arc": true |
| } |