blob: d3766833ed419d9ab75d93d7a90c2e067d4d5e14 [file] [log] [blame]
{
"name": "RFFeatureToggle",
"version": "1.0.5",
"license": "MIT",
"summary": "A simple A/B testing framework for remotely switching features on and off and having the changes reflect in the app immediately.",
"homepage": "https://github.com/raumfeld/RFFeatureToggle",
"authors": {
"Dunja Lalic": "Dunja Lalic <dunja.lalic@teufel.de>"
},
"source": {
"git": "https://github.com/raumfeld/RFFeatureToggle.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"screenshots": "https://raw.githubusercontent.com/raumfeld/RFFeatureToggle/master/Docs/RFFeatureTableViewController.gif",
"source_files": "RFFeatureToggle/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}