blob: 6e4a78db34cad73a78a4a3a3555ccc935c9a4a49 [file] [log] [blame]
{
"name": "Carnival",
"version": "8.6.1",
"summary": "Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service.",
"authors": {
"Carnival Mobile": "support@sailthru.com"
},
"homepage": "http://docs.carnival.io",
"source": {
"git": "https://github.com/carnivalmobile/carnival-ios-sdk.git",
"tag": "8.6.1"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Carnival/**\""
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "commercial",
"text": "Please refer to our privacy policy and terms of service at http://carnival.io"
},
"requires_arc": true,
"source_files": "Carnival.framework/Headers/*.h",
"resources": "Carnival.framework/*.png",
"public_header_files": "Carnival.framework/Headers/*.h",
"vendored_frameworks": "Carnival.framework",
"preserve_paths": "Carnival.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"CoreGraphics",
"QuartzCore",
"UserNotifications"
],
"subspecs": [
{
"name": "Extension",
"source_files": "CarnivalExtension.framework/Headers/*.h",
"public_header_files": "CarnivalExtension.framework/Headers/*.h",
"vendored_frameworks": "CarnivalExtension.framework",
"preserve_paths": "CarnivalExtension.framework",
"frameworks": [
"Foundation",
"UserNotifications"
]
}
]
}