blob: eb4d52ae253cc493bd6bd7e577a50e075dd753ef [file] [log] [blame]
{
"name": "Rollout.io",
"version": "0.8.2",
"summary": "Hot patch critical bugs in production apps",
"description": "Rollout.io is an SDK that gives developers control over their apps in production, including the ability to remotely fix or contain bugs and quality issues.",
"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": true,
"ios": {
"vendored_frameworks": "Rollout/Rollout.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"source": {
"git": "https://github.com/rollout/rollout.io-ios.git",
"tag": "0.8.2"
},
"preserve_paths": [
"lib/**/*",
"install/**/*",
"Rollout/RolloutDynamic.m"
]
}