blob: 36612dc31d656853fc9a04e1c92a6029a4520cfd [file] [log] [blame]
{
"name": "OptimizelySDKEventDispatcher",
"version": "1.5.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": "eventDispatcher-1.5.0"
},
"source_files": "OptimizelySDKEventDispatcher/OptimizelySDKEventDispatcher/*.{h,m}",
"public_header_files": "OptimizelySDKEventDispatcher/OptimizelySDKEventDispatcher/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "OPTIMIZELY_SDK_EVENT_DISPATCHER_VERSION=@\\\"1.5.0\\\""
},
"dependencies": {
"OptimizelySDKShared": [
"1.5.0"
]
}
}