[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 8 / c / RFFeatureToggle / 1.0.3 / RFFeatureToggle.podspec.json
blobc3167eaee607c9c92ebedd8f3aa2c0526573d013
2   "name": "RFFeatureToggle",
3   "version": "1.0.3",
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.3"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "screenshots": "https://raw.githubusercontent.com/raumfeld/RFFeatureToggle/master/Docs/RFFeatureTableViewController.gif",
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "AFNetworking": [
22       "< 2.6"
23     ]
24   }