blob: 34edd908aa7ae7656c30a24d4352a9fd23e309f5 [file] [log] [blame]
{
"name": "IBMMobileFirstPlatformFoundationLiveUpdate",
"version": "8.0.0",
"summary": "LiveUpdate iOS SDK for IBM MobileFirst Foundation",
"description": "LiveUpdate iOS SDK lets you query runtime configuration properties and features which you set in the LiveUpdate Settings screen in the MobileFirst Operations Console.\nWith LiveUpdate integrated in your application you can implement feature toggling, A/B testing, feature segmentation and more.",
"homepage": "https://mobilefirstplatform.ibmcloud.com",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"authors": {
"Ishai Borovoy": "ishaib@il.ibm.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mfpdev/mfp-live-update-ios-sdk.git",
"tag": "8.0.0"
},
"dependencies": {
"IBMMobileFirstPlatformFoundation": [
"~> 8.0"
]
},
"source_files": [
"IBMMobileFirstPlatformFoundationLiveUpdate/Source/**/*.{swift}",
"IBMMobileFirstPlatformFoundationLiveUpdate.h"
]
}