blob: e440da68016e7e45320c30c00710a68028cacc3a [file] [log] [blame]
{
"name": "OptimizelySDKEventDispatcher",
"version": "3.0.0",
"summary": "Optimizely server-side testing event dispatcher 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.0.0"
},
"source_files": "OptimizelySDKEventDispatcher/OptimizelySDKEventDispatcher/*.{h,m}",
"public_header_files": "OptimizelySDKEventDispatcher/OptimizelySDKEventDispatcher/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "OPTIMIZELY_SDK_VERSION=@\\\"3.0.0\\\""
},
"dependencies": {
"OptimizelySDKShared": [
"3.0.0"
]
}
}