[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / 9 / FeatureFlags / 1.0.4 / FeatureFlags.podspec.json
blobcfa6432b07691e0ef7580a572f1496e051d0c0a1
2   "name": "FeatureFlags",
3   "version": "1.0.4",
4   "swift_version": "4.2",
5   "summary": "Feature flagging, 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",
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": "1.0.4"
22   },
23   "platforms": {
24     "ios": "9.3"
25   },
26   "source_files": "FeatureFlags/Classes/**/*"