blob: 2bc16eab3ee37a30ae443ba90d1c14d47ec69528 [file] [log] [blame]
{
"name": "rtmpsdk",
"version": "0.1",
"summary": "A short description of rtmpsdk.",
"description": "it is a rtmpsdk framework",
"homepage": "https://bitbucket.org/caowenyao/rtmptest",
"license": "MIT",
"authors": {
"caowenyao": "cwy.fly2@gmail.com"
},
"source": {
"git": "https://bitbucket.org/caowenyao/rtmptest.git",
"tag": "0.1"
},
"source_files": "rtmpsdk.framework/Headers/*.{h}",
"public_header_files": "rtmpsdk.framework/Headers/*.{h}",
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "rtmpsdk.framework",
"frameworks": [
"CoreBluetooth",
"CoreMotion",
"VideoToolbox",
"CoreGraphics",
"GameController",
"CoreMedia",
"AVFoundation",
"Metal",
"AudioToolbox",
"Foundation",
"CoreServices"
],
"libraries": [
"c++",
"z",
"bz2",
"iconv"
]
}