[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / c / RFFeatureToggle / 1.0.0 / RFFeatureToggle.podspec.json
blob0665ca4b3d69e91bd65d0eca647b2b10039d78af
2   "name": "RFFeatureToggle",
3   "version": "1.0.0",
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.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "dependencies": {
20     "AFNetworking": [
21       "< 2.6"
22     ]
23   }