blob: bc97068931d1c9b1768cfe44d6f7cf12f187d104 [file] [log] [blame]
{
"name": "Bit6",
"version": "0.8.5",
"summary": "Bit6 Framework",
"description": " Bit6 is a real-time, cloud-based communications-as-a-service platform that allows mobile and web \n application developers to quickly and easily add voice/video calling, texting, and multimedia \n messaging capabilities into their apps.\n",
"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.8.5"
},
"vendored_frameworks": "Bit6SDK.framework",
"resource_bundles": {
"Bit6Resources": "Bit6Resources.bundle/*.*"
},
"frameworks": [
"GLKit",
"CoreMedia",
"AudioToolbox",
"AVFoundation",
"AssetsLibrary",
"SystemConfiguration",
"MediaPlayer",
"CoreLocation"
],
"libraries": [
"icucore",
"z",
"stdc++",
"sqlite3"
],
"requires_arc": true,
"xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_32_BIT)",
"ARCHS[sdk=iphoneos*]": "$(ARCHS_STANDARD)"
}
}