blob: 2389e32808466afe8d4441a842002f2238be8477 [file] [log] [blame]
{
"name": "RFFeatureToggle",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"AFNetworking": [
"< 2.6"
]
}
}