[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / c / RFFeatureToggle / 1.0.5 / RFFeatureToggle.podspec.json
blobd3766833ed419d9ab75d93d7a90c2e067d4d5e14
2   "name": "RFFeatureToggle",
3   "version": "1.0.5",
4   "license": "MIT",
5   "summary": "A simple A/B testing framework for remotely switching features on and off and having the changes reflect in the app immediately.",
6   "homepage": "https://github.com/raumfeld/RFFeatureToggle",
7   "authors": {
8     "Dunja Lalic": "Dunja Lalic <dunja.lalic@teufel.de>"
9   },
10   "source": {
11     "git": "https://github.com/raumfeld/RFFeatureToggle.git",
12     "tag": "1.0.5"
13   },
14   "platforms": {
15     "ios": "9.3"
16   },
17   "requires_arc": true,
18   "screenshots": "https://raw.githubusercontent.com/raumfeld/RFFeatureToggle/master/Docs/RFFeatureTableViewController.gif",
19   "source_files": "RFFeatureToggle/Classes/**/*",
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }