blob: 5de4487ccf923f9a2d1f4ed730c391849ece892f [file] [log] [blame]
{
"name": "Rollout.io",
"version": "0.4.0",
"summary": "Hot patch critical bugs in production apps",
"description": " Rollout.io is an SDK that gives developers control over their apps in production,\n\t\t including the ability to remotely fix or contain bugs and quality issues.\n",
"homepage": "http://www.rollout.io/",
"license": {
"type": "Commercial",
"text": "See http://www.rollout.io/"
},
"authors": {
"Eyal Keren": "eyal@rollout.io",
"Sergey Ilyevsky": "sergey@rollout.io"
},
"requires_arc": false,
"ios": {
"vendored_frameworks": "Rollout/Rollout.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"source": {
"git": "https://github.com/rollout/rollout.io-ios.git",
"tag": "0.4.0"
},
"preserve_paths": [
"lib/**/*",
"install/**/*",
"Rollout/RolloutDynamic.m"
]
}