blob: a06335432ed553a59e7709e34f0e5ea4dfe70955 [file] [log] [blame]
{
"name": "Bit6",
"version": "0.9.6",
"summary": "Bit6 Framework",
"description": "Bit6 is a real-time, cloud-based communications-as-a-service platform that allows mobile and web \napplication developers to quickly and easily add voice/video calling, texting, and multimedia \nmessaging capabilities into their apps.",
"license": {
"type": "MIT"
},
"homepage": "http://bit6.github.io/bit6-ios-sdk/",
"authors": {
"Carlos Thurber": "carlos@voxofon.com",
"Alexey Goloshubin": "alexey@voxofon.com"
},
"social_media_url": "http://twitter.com/bit6com",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bit6/bit6-ios-sdk.git",
"tag": "0.9.6"
},
"vendored_frameworks": "Bit6.framework",
"documentation_url": "https://bit6.github.io/bit6-ios-sdk/api/index.html",
"resource_bundles": {
"Bit6Resources": "Bit6Resources.bundle/*.*"
},
"frameworks": [
"GLKit",
"VideoToolbox"
],
"libraries": [
"icucore",
"stdc++"
],
"requires_arc": true,
"xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_32_BIT)",
"ARCHS[sdk=iphoneos*]": "$(ARCHS_STANDARD)",
"ENABLE_BITCODE": "NO"
}
}