[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / d / Bit6 / 0.10.1 / Bit6.podspec.json
blobb70525b4ba1b989c4a7c142316fe520b55969ab5
2   "name": "Bit6",
3   "version": "0.10.1",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/bit6/bit6-ios-sdk.git",
20     "tag": "0.10.1"
21   },
22   "vendored_frameworks": "Bit6.framework",
23   "documentation_url": "http://docs.bit6.com/api/ios/index.html",
24   "frameworks": [
25     "GLKit",
26     "VideoToolbox"
27   ],
28   "libraries": [
29     "icucore",
30     "stdc++"
31   ],
32   "requires_arc": true,
33   "xcconfig": {
34     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_32_BIT)",
35     "ARCHS[sdk=iphoneos*]": "$(ARCHS_STANDARD)",
36     "ENABLE_BITCODE": "NO"
37   }