[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 9 / FeatureFlags / 2.3.0 / FeatureFlags.podspec.json
blob1799e5b891c1f9eb62a7d3ae7bc331595f60726e
2   "name": "FeatureFlags",
3   "version": "2.3.0",
4   "swift_versions": "5.0",
5   "summary": "Feature flagging, A/B testing, MVT and phased feature roll out 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",
8   "screenshots": [
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"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Ross Butler": "github@rwbutler.com"
18   },
19   "source": {
20     "git": "https://github.com/rwbutler/FeatureFlags.git",
21     "tag": "2.3.0"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "FeatureFlags/Classes/**/*",
27   "swift_version": "5.0"