blob: 7c04ba1bdc355f3d8fc4ec36a6952c3d5ca6c560 [file] [log] [blame]
{
"name": "rtmp-wrapper",
"version": "1.0.4",
"license": "MIT",
"summary": "librtmp wrapper library for IOS",
"homepage": "https://github.com/ifactorylab/rtmp-wrapper",
"authors": {
"Min Kim": "minsikzzang@gmail.com"
},
"source": {
"git": "https://github.com/ifactorylab/rtmp-wrapper.git",
"tag": "1.0.4",
"submodules": true
},
"requires_arc": false,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"librtmp-iOS": [
"~> 1.0.1"
]
},
"public_header_files": "rtmp-wrapper/RtmpWrapper.h",
"source_files": "rtmp-wrapper/{*}.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/librtmp-iOS/include/**",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/librtmp-iOS/lib/**"
},
"libraries": [
"ssl",
"crypto",
"rtmp",
"z"
]
}