blob: a0443958e844331fbbd54ab4bccf729e7d663296 [file] [log] [blame]
{
"name": "apptentive-ios",
"module_name": "Apptentive",
"version": "3.3.0",
"license": "BSD",
"summary": "Apptentive Customer Communications SDK.",
"homepage": "https://www.apptentive.com/",
"authors": {
"Apptentive SDK Team": "sdks@apptentive.com"
},
"source": {
"git": "https://github.com/apptentive/apptentive-ios.git",
"tag": "v3.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ApptentiveConnect/source/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"AVFoundation",
"CoreData",
"CoreGraphics",
"Foundation",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"QuickLook",
"SystemConfiguration",
"UIKit"
],
"resource_bundles": {
"ApptentiveResources": [
"ApptentiveConnect/source/Model/*.xcdatamodeld",
"ApptentiveConnect/source/Model/*.xcmappingmodel",
"ApptentiveConnect/resources/localization/*.lproj",
"ApptentiveConnect/resources/images/**/*.*",
"ApptentiveConnect/resources/Apptentive.storyboard"
]
},
"weak_frameworks": [
"StoreKit",
"CoreTelephony"
],
"prefix_header_contents": "#import \"ApptentiveLog.h\"",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS[config=Debug]": "APPTENTIVE_LOGGING_LEVEL_DEBUG=1 APPTENTIVE_LOGGING_LEVEL_INFO=1 APPTENTIVE_LOGGING_LEVEL_WARNING=1 APPTENTIVE_LOGGING_LEVEL_ERROR=1 APPTENTIVE_COCOAPODS=1",
"GCC_PREPROCESSOR_DEFINITIONS[config=Release]": "APPTENTIVE_LOGGING_LEVEL_INFO=1 APPTENTIVE_LOGGING_LEVEL_WARNING=1 APPTENTIVE_LOGGING_LEVEL_ERROR=1 APPTENTIVE_COCOAPODS=1"
},
"public_header_files": [
"ApptentiveConnect/source/Apptentive.h",
"ApptentiveConnect/source/ApptentiveStyleSheet.h"
]
}