blob: 61aa58614b49eb32ced0ea11cb75c2488f63f356 [file] [log] [blame]
{
"name": "OptimizelySDKEventDispatcher",
"version": "1.5.0-RC",
"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-RC"
},
"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-RC\\\""
},
"dependencies": {
"OptimizelySDKShared": [
"1.5.0-RC"
]
}
}