2 "name": "FeatureFlags",
4 "swift_version": "4.2",
5 "summary": "Feature flags, A/B testing and MVT for iOS",
6 "description": "FeatureFlags makes it easy to configure feature flags, A/B and MVT tests via a JSON file which may be bundled with your app or hosted remotely. For remotely-hosted configuration files, you may enable / disable features without another release to the App Store, update the percentages of users in A/B test groups or even roll out a feature previously under A/B test to 100% of your users once you have decided that the feature is ready for prime time.",
7 "homepage": "https://github.com/rwbutler/FeatureFlags",
9 "https://raw.githubusercontent.com/rwbutler/FeatureFlags/master/docs/images/feature-flags-view-controller.png",
10 "https://raw.githubusercontent.com/rwbutler/FeatureFlags/master/docs/images/feature-details-view-controller.png"
17 "Ross Butler": "github@rwbutler.com"
20 "git": "https://github.com/rwbutler/FeatureFlags.git",
26 "source_files": "FeatureFlags/Classes/**/*"