[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 9 / FeatureFlags / 1.0.0 / FeatureFlags.podspec.json
blob5436c3cd8bc1c0fed7743de2b101711d64a41a11
2   "name": "FeatureFlags",
3   "version": "1.0.0",
4   "swift_version": "4.2",
5   "summary": "Feature flags, A/B and MVT testing for iOS",
6   "description": "Allows developers to configure feature flags, run multiple A/B or MVT tests using a bundled or remotely-hosted JSON configuration file.",
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.0"
22   },
23   "platforms": {
24     "ios": "9.3"
25   },
26   "source_files": "FeatureFlags/Classes/**/*"