blob: afe1048a457bc5bdcfa71fdd7b1b71c5f571ccbc [file] [log] [blame]
{
"name": "ROX",
"version": "0.0.1",
"summary": "Continuous Feature Rollouts for Mobile",
"description": "The Fastest Way to Safely Deploy Mobile Features",
"homepage": "https://rollout.io",
"license": {
"type": "Commercial",
"text": "See http://www.rollout.io/"
},
"authors": {
"Rollout.io": "support@rollout.io"
},
"documentation_url": "http://support.rollout.io/",
"requires_arc": true,
"ios": {
"vendored_frameworks": "ROX/ROX.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"source": {
"git": "https://github.com/rollout/rox-ios.git",
"tag": "0.0.1"
},
"preserve_paths": [
"lib/**/*",
"install/**/*",
"RolloutFeatureFlags/*"
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}