[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / f / 2 / d / Bit6 / 0.9.6 / Bit6.podspec.json
bloba06335432ed553a59e7709e34f0e5ea4dfe70955
2   "name": "Bit6",
3   "version": "0.9.6",
4   "summary": "Bit6 Framework",
5   "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.",
6   "license": {
7     "type": "MIT"
8   },
9   "homepage": "http://bit6.github.io/bit6-ios-sdk/",
10   "authors": {
11     "Carlos Thurber": "carlos@voxofon.com",
12     "Alexey Goloshubin": "alexey@voxofon.com"
13   },
14   "social_media_url": "http://twitter.com/bit6com",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/bit6/bit6-ios-sdk.git",
20     "tag": "0.9.6"
21   },
22   "vendored_frameworks": "Bit6.framework",
23   "documentation_url": "https://bit6.github.io/bit6-ios-sdk/api/index.html",
24   "resource_bundles": {
25     "Bit6Resources": "Bit6Resources.bundle/*.*"
26   },
27   "frameworks": [
28     "GLKit",
29     "VideoToolbox"
30   ],
31   "libraries": [
32     "icucore",
33     "stdc++"
34   ],
35   "requires_arc": true,
36   "xcconfig": {
37     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_32_BIT)",
38     "ARCHS[sdk=iphoneos*]": "$(ARCHS_STANDARD)",
39     "ENABLE_BITCODE": "NO"
40   }