blob: 335c15cdc56ce73963552243099fb0c821beb8d7 [file] [log] [blame]
{
"name": "Carnival",
"version": "2.8",
"summary": "Carnival iOS SDK for integrating with http://carnivalmobile.com messaging and analytics service",
"authors": {
"Carnival Labs Ltd": "info@carnivallabs.com"
},
"homepage": "http://docs.carnivalmobile.com",
"source": {
"git": "https://github.com/carnivalmobile/carnival-ios-sdk.git",
"tag": "2.8"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Carnival/**\""
},
"platforms": {
"ios": "6.0"
},
"resources": "Carnival.embeddedframework/Carnival.framework/Versions/A/Resources/CarnivalResources.bundle",
"public_header_files": "Carnival.embeddedframework/Carnival.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "Carnival.embeddedframework/Carnival.framework",
"preserve_paths": "Carnival.embeddedframework/Carnival.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"CoreGraphics",
"AdSupport",
"AVFoundation",
"MediaPlayer"
],
"license": {
"type": "commercial",
"text": "Please refer to our privacy policy and terms of service at http://carnivalmobile.com"
},
"requires_arc": true,
"libraries": "z"
}