blob: 530d57e80a6b3045e2e4166138928dd676526bef [file] [log] [blame]
{
"name": "anychat",
"version": "1.0.4",
"summary": "video And Audio",
"description": "1,音视频解决方案,详情见anychat官网",
"homepage": "https://github.com/zhoulincome/anychat",
"license": "MIT",
"authors": {
"zhoulin": "359344816@q.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhoulincome/anychat.git",
"tag": "1.0.4"
},
"source_files": "anychat/*.{h,m}",
"frameworks": [
"AVFoundation",
"QuartzCore",
"CoreMedia",
"AudioToolbox",
"CoreVideo",
"CoreAudio"
],
"libraries": [
"stdc++",
"stdc++.6",
"c++"
],
"vendored_libraries": "anychat/*.a",
"public_header_files": "anychat/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true
}