[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / c / 6 / C2Call-SDK / 1.4.6 / C2Call-SDK.podspec.json
blob424174b28ec109ade8c58834f05ec7a3c5ef3581
2   "name": "C2Call-SDK",
3   "version": "1.4.6",
4   "summary": "C2Call SocialCommunication SDK. VoIP, Video Call, Conferencing and Chat for your App",
5   "header_dir": "SocialCommunication",
6   "description": "C2Call GmbH has been developing video chat, voice calling and messaging solutions for the computing cloud since 2008.\nOur SDK is available for mobile app developers free of charge. By integrating C2Call's technology into their mobile apps, developers can now have their users communicate across multiple apps, on multiple platforms. App users can then use video chat, rich media messaging, group audio and video calls and share location info with other users.",
7   "homepage": "https://www.c2call.com",
8   "license": "MIT",
9   "authors": {
10     "Michael Knecht": "Michael.Knecht@c2call.com"
11   },
12   "source": {
13     "git": "https://github.com/c2call/C2Call-SDK.git",
14     "tag": "1.4.6"
15   },
16   "documentation_url": "http://sdkdocs.ios.c2call.com",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Pod/Classes/*",
23     "Pod/Classes/Categories/*"
24   ],
25   "resources": "Pod/Assets/*.{wav,aiff,aif,fsh,xml,vsh,xib,png,xcdatamodeld,storyboard,xcassets}",
26   "public_header_files": "Pod/Classes/*.h",
27   "frameworks": [
28     "UIKit",
29     "Security",
30     "MobileCoreServices",
31     "QuickLook",
32     "AssetsLibrary",
33     "CoreData",
34     "AdSupport",
35     "MediaPlayer",
36     "CoreTelePhony",
37     "CFNetwork",
38     "OpenGLES",
39     "CoreVideo",
40     "QuartzCore",
41     "StoreKit",
42     "MessageUI",
43     "MapKit",
44     "CoreLocation",
45     "iAd",
46     "SystemConfiguration",
47     "AddressBook",
48     "AddressBookUI",
49     "CoreAudio",
50     "AudioToolbox",
51     "AVFoundation",
52     "CoreFoundation",
53     "Accounts"
54   ],
55   "dependencies": {
56     "SBJson": [
57       "~> 4.0"
58     ],
59     "AWSCore": [
60       "~> 2.3.5"
61     ],
62     "AWSS3": [
63       "~> 2.3.5"
64     ],
65     "Flurry-iOS-SDK/FlurrySDK": [
66       "~> 7.3"
67     ],
68     "Flurry-iOS-SDK/FlurryAds": [
69       "~> 7.3"
70     ]
71   },
72   "preserve_paths": "Libraries/*.a",
73   "vendored_libraries": "Libraries/*.a",
74   "libraries": [
75     "xml2",
76     "z",
77     "sqlite3",
78     "stdc++"
79   ],
80   "xcconfig": {
81     "HEADER_SEARCH_PATHS": "/usr/include/libxml2",
82     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
83     "OTHER_LDFLAGS": "-ObjC",
84     "OTHER_LDFLAGS[arch=i386]": "-read_only_relocs suppress $(OTHER_LDFLAGS)",
85     "OTHER_LDFLAGS[arch=x86_64]": "-read_only_relocs suppress $(OTHER_LDFLAGS)"
86   },
87   "module_map": "Pod/modulemap/SocialCommunication.modulemap"