[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / d / Bit6 / 0.9.4 / Bit6.podspec.json
blob7ccb5d4be8338988820986f175ea208b18bf511f
2   "name": "Bit6",
3   "version": "0.9.4",
4   "summary": "Bit6 Framework",
5   "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",
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.4"
21   },
22   "vendored_frameworks": "Bit6SDK.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     "CoreMedia",
30     "AudioToolbox",
31     "AVFoundation",
32     "AssetsLibrary",
33     "SystemConfiguration",
34     "MediaPlayer",
35     "CoreLocation"
36   ],
37   "libraries": [
38     "icucore",
39     "z",
40     "stdc++",
41     "sqlite3"
42   ],
43   "requires_arc": true,
44   "xcconfig": {
45     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_32_BIT)",
46     "ARCHS[sdk=iphoneos*]": "$(ARCHS_STANDARD)"
47   }