blob: 5436c3cd8bc1c0fed7743de2b101711d64a41a11 [file] [log] [blame]
{
"name": "FeatureFlags",
"version": "1.0.0",
"swift_version": "4.2",
"summary": "Feature flags, A/B and MVT testing for iOS",
"description": "Allows developers to configure feature flags, run multiple A/B or MVT tests using a bundled or remotely-hosted JSON configuration file.",
"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.0.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "FeatureFlags/Classes/**/*"
}