blob: 04d9f7f5f0b2c7f58c1a115964a108a213b6871f [file] [log] [blame]
{
"name": "Carnival",
"version": "10.1.0-beta",
"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": "10.1.0-beta"
},
"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",
"WebKit"
],
"deprecated": true,
"deprecated_in_favor_of": "SailthruMobile",
"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"
]
}
]
}