blob: 9ffb45ebb88f6b232b916266efcb900e8ce03d0a [file] [log] [blame]
{
"name": "OptimizelySDKCore",
"version": "3.1.1",
"summary": "Optimizely server-side testing core framework.",
"homepage": "http://developers.optimizely.com/server/reference/index.html?language=objectivec",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Optimizely": "support@optimizely.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/optimizely/objective-c-sdk.git",
"tag": "v3.1.1"
},
"source_files": [
"OptimizelySDKCore/OptimizelySDKCore/*.{h,m}",
"OptimizelySDKCore/Frameworks/**/*.{c,h,m}",
"OptimizelySDKCore/OPTLYJSONModel/**/*.{c,h,m}"
],
"public_header_files": [
"OptimizelySDKCore/OptimizelySDKCore/*.h",
"OptimizelySDKCore/OPTLYJSONModel/**/*.h"
],
"exclude_files": [
"OPTLYMacros.h",
"OPTLYLog.h",
"OPTLYLog.m"
],
"frameworks": "Foundation",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "OPTIMIZELY_SDK_VERSION=@\\\"3.1.1\\\""
}
}