blob: c890088e5e73ad020475a7d87b07d5cc81831e40 [file] [log] [blame]
{
"name": "OptimizelySDKEventDispatcher",
"version": "1.5.2",
"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.2"
},
"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.2\\\""
},
"dependencies": {
"OptimizelySDKShared": [
"1.5.2"
]
}
}