[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 3 / OptimizelySDKEventDispatcher / 0.5.0 / OptimizelySDKEventDispatcher.podspec.json
blobedc3de16cfd4453b1cc71e83ed53154718be2ee7
2   "name": "OptimizelySDKEventDispatcher",
3   "version": "0.5.0",
4   "summary": "Optimizely server-side testing event dispatcher framework.",
5   "homepage": "http://developers.optimizely.com/server/reference/index.html?language=objectivec",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Optimizely": "support@optimizely.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/optimizely/objective-c-sdk.git",
19     "tag": "eventDispatcher-0.5.0"
20   },
21   "source_files": "OptimizelySDKEventDispatcher/OptimizelySDKEventDispatcher/*.{h,m}",
22   "public_header_files": "OptimizelySDKEventDispatcher/OptimizelySDKEventDispatcher/*.h",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "OPTIMIZELY_SDK_EVENT_DISPATCHER_VERSION=@\\\"0.5.0\\\""
27   },
28   "dependencies": {
29     "OptimizelySDKShared": [
30       "0.5.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "JSONModel",
36       "dependencies": {
37         "JSONModel": [
38           "= 1.3.0"
39         ]
40       },
41       "xcconfig": {
42         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/JSONModel"
43       }
44     }
45   ]