blob: 8286af251a832c0f2b6540bd2a8cb60f51f8ba9e [file] [log] [blame]
{
"name": "OptimizelySDKUserProfile",
"version": "0.2.1-alpha3",
"summary": "Optimizely server-side testing user profile 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": "userProfile-0.2.1-alpha3"
},
"source_files": "OptimizelySDKUserProfile/OptimizelySDKUserProfile/*.{h,m}",
"public_header_files": "OptimizelySDKUserProfile/OptimizelySDKUserProfile/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "OPTIMIZELY_SDK_USER_PROFILE_VERSION=@\\\"0.2.1-alpha3\\\""
},
"dependencies": {
"OptimizelySDKShared": [
"0.2.1-alpha4"
]
},
"subspecs": [
{
"name": "JSONModel",
"dependencies": {
"JSONModel": [
"= 1.3.0"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/JSONModel"
}
}
]
}