blob: f749bd77b6efe725e93c994f14115c6e716ca934 [file] [log] [blame]
{
"name": "Carnival",
"version": "2.14",
"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.14"
},
"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",
"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"
}