blob: 2218d5be143ca5d4108e7ce2e2a2f24bde1e99e0 [file] [log] [blame]
{
"name": "FeatureFlags",
"version": "1.6.0",
"swift_version": "4.2",
"summary": "Feature flagging, A/B testing, MVT and phased feature roll out for iOS.",
"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.",
"homepage": "https://github.com/rwbutler/FeatureFlags",
"screenshots": [
"https://raw.githubusercontent.com/rwbutler/FeatureFlags/master/docs/images/feature-flags-view-controller.png",
"https://raw.githubusercontent.com/rwbutler/FeatureFlags/master/docs/images/feature-details-view-controller.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Butler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/FeatureFlags.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FeatureFlags/Classes/**/*"
}