[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 7 / e / OptimizelySDKUserProfileService / 3.0.1 / OptimizelySDKUserProfileService.podspec.json
blob2a22cef047889f6d88118a4c3f2a829c7d80ef10
2   "name": "OptimizelySDKUserProfileService",
3   "version": "3.0.1",
4   "summary": "Optimizely server-side testing user profile 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": "v3.0.1"
20   },
21   "source_files": "OptimizelySDKUserProfileService/OptimizelySDKUserProfileService/*.{h,m}",
22   "public_header_files": "OptimizelySDKUserProfileService/OptimizelySDKUserProfileService/*.h",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "OPTIMIZELY_SDK_USER_PROFILE_VERSION=@\\\"3.0.1\\\""
27   },
28   "dependencies": {
29     "OptimizelySDKShared": [
30       "3.0.1"
31     ]
32   }