blob: ae2391d4a260ff58159979a04fee22963cea6b97 [file] [log] [blame]
{
"name": "ROXCore",
"version": "4.4.0",
"summary": "Continuous Feature Rollouts for Mobile",
"description": "Release mobile features quickly and safely with fully controlled rollouts, measure impact, and react as needed without waiting for your next code release.",
"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": "RoxSdk/ROXCore.framework"
},
"tvos": {
"vendored_frameworks": "RoxSdk/ROXCore.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"source": {
"git": "https://github.com/rollout/rox-ios-core.git",
"tag": "4.4.0"
},
"preserve_paths": [
"lib/**/*",
"install/**/*"
],
"platforms": {
"ios": "8.0",
"tvos": "10.0"
}
}