[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / d / Bit6 / 0.9.0 / Bit6.podspec.json
blobc062b973b94a2e66edf971196879eab07365c5bc
2   "name": "Bit6",
3   "version": "0.9.0",
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.0"
21   },
22   "vendored_frameworks": "Bit6SDK.framework",
23   "resource_bundles": {
24     "Bit6Resources": "Bit6Resources.bundle/*.*"
25   },
26   "frameworks": [
27     "GLKit",
28     "CoreMedia",
29     "AudioToolbox",
30     "AVFoundation",
31     "AssetsLibrary",
32     "SystemConfiguration",
33     "MediaPlayer",
34     "CoreLocation"
35   ],
36   "libraries": [
37     "icucore",
38     "z",
39     "stdc++",
40     "sqlite3"
41   ],
42   "requires_arc": true,
43   "xcconfig": {
44     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_32_BIT)",
45     "ARCHS[sdk=iphoneos*]": "$(ARCHS_STANDARD)"
46   }