blob: 7cc01b1bf44ea30403f26d9b10fc8520c54e2cc2 [file] [log] [blame]
{
"name": "C2Call-SDK",
"version": "1.4.2",
"summary": "C2Call SocialCommunication SDK. VoIP, Video Call, Conferencing and Chat for your App",
"header_dir": "SocialCommunication",
"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.",
"homepage": "https://www.c2call.com",
"license": "MIT",
"authors": {
"Michael Knecht": "Michael.Knecht@c2call.com"
},
"source": {
"git": "https://github.com/c2call/C2Call-SDK.git",
"tag": "1.4.2"
},
"documentation_url": "http://sdkdocs.ios.c2call.com",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*",
"Pod/Classes/Categories/*"
],
"resources": "Pod/Assets/*.{wav,aiff,aif,fsh,xml,vsh,xib,png,xcdatamodeld,storyboard,xcassets}",
"public_header_files": "Pod/Classes/*.h",
"frameworks": [
"UIKit",
"Security",
"MobileCoreServices",
"QuickLook",
"AssetsLibrary",
"CoreData",
"AdSupport",
"MediaPlayer",
"CoreTelePhony",
"CFNetwork",
"OpenGLES",
"CoreVideo",
"QuartzCore",
"StoreKit",
"MessageUI",
"MapKit",
"CoreLocation",
"iAd",
"SystemConfiguration",
"AddressBook",
"AddressBookUI",
"CoreAudio",
"AudioToolbox",
"AVFoundation",
"CoreFoundation",
"Accounts"
],
"dependencies": {
"SBJson": [
"~> 4.0"
],
"AWSCore": [
"~> 2.3.5"
],
"AWSS3": [
"~> 2.3.5"
],
"Flurry-iOS-SDK/FlurrySDK": [
"~> 7.3"
],
"Flurry-iOS-SDK/FlurryAds": [
"~> 7.3"
]
},
"preserve_paths": "Libraries/*.a",
"vendored_libraries": "Libraries/*.a",
"libraries": [
"xml2",
"z",
"sqlite3",
"stdc++"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC",
"OTHER_LDFLAGS[arch=i386]": "-read_only_relocs suppress $(OTHER_LDFLAGS)",
"OTHER_LDFLAGS[arch=x86_64]": "-read_only_relocs suppress $(OTHER_LDFLAGS)"
}
}