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