[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / 0 / GetSocial / 4.0.1 / GetSocial.podspec.json
blobc96071162abe166e009fc3b8249eee5a537330d3
2   "name": "GetSocial",
3   "version": "4.0.1",
4   "summary": "GetSocial provides the whole social layer stack that powers engagement, retention, acquisition and revenue tools.",
5   "description": "Build and manage the community within your apps with GetSocial.\n\nGetSocial provides the whole social layer stack that powers engagement, retention, acquisition and revenue tools.\n\nFeatures Include:\n\nFully customizable UI\nPlayer-to-player chat\nDeveloper-to-player communication\nGroup Chats\nSegmented and Global Activity Feeds\nCommunity Management\nPlayer Feedback and support\nSmart invites and tracking\nLocalisation to 12 languages\nIn-app Notification Center\nSocially triggered push notifications\nAnd more...",
6   "homepage": "http://www.getsocial.im",
7   "social_media_url": "https://twitter.com/GetSocial_now",
8   "documentation_url": "http://docs.getsocial.im",
9   "license": {
10     "type": "Commercial",
11     "text": "See https://www.getsocial.im/legal/"
12   },
13   "authors": {
14     "GetSocial": "support@getsocial.im"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "preserve_paths": "GetSocial/README.md",
21   "source": {
22     "http": "http://downloads.getsocial.im/ios/GetSocial-iOS-v4.0.1.zip"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "frameworks": [
28         "Social",
29         "MessageUI",
30         "MobileCoreServices",
31         "CoreTelephony",
32         "AdSupport",
33         "SystemConfiguration",
34         "Security",
35         "Foundation",
36         "Accelerate",
37         "AVFoundation"
38       ],
39       "libraries": "sqlite3",
40       "compiler_flags": [
41         "-ObjC",
42         "-all_load"
43       ],
44       "vendored_frameworks": "GetSocial/GetSocial.embeddedframework/GetSocial.framework",
45       "resources": "GetSocial/GetSocial.embeddedframework/GetSocial.framework/Versions/A/Resources/GetSocial.bundle"
46     },
47     {
48       "name": "Chat",
49       "dependencies": {
50         "GetSocial/Core": [
52         ]
53       },
54       "frameworks": [
55         "CoreLocation",
56         "CoreMedia",
57         "AudioToolbox"
58       ],
59       "libraries": [
60         "resolv",
61         "iconv",
62         "xml2",
63         "z"
64       ],
65       "compiler_flags": "-lstdc++",
66       "resources": "GetSocial/GetSocialChat.embeddedframework/GetSocialChat.framework/Versions/A/Resources/GetSocialChat.bundle",
67       "vendored_frameworks": "GetSocial/GetSocialChat.embeddedframework/GetSocialChat.framework"
68     }
69   ]