[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 1 / 5 / c / Tesfy / 1.0.0 / Tesfy.podspec.json
blob08c18e5149f9b9b98d3082b10ae0d94a1fddcdad
2   "name": "Tesfy",
3   "version": "1.0.0",
4   "summary": "A lightweight A/B Testing and Feature Flag Swift library focused on performance ⚡️",
5   "description": "Tesfy provides a simple but complete solution to develop A/B Tests and Feature Flags on both server and client side without relying in any storage layer. The main features of this library are:\n\n- Lightweight and focused on performance\n- Experiments\n- Feature Flags\n- Audience definition using jsonLogic\n- Traffic Allocation\n- Sticky Bucketing",
6   "homepage": "https://github.com/tesfy/tesfy-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gringox": "pedro.valdivieso@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tesfy/tesfy-swift.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "swift_versions": "5.3",
22   "source_files": "Tesfy/Classes/**/*",
23   "dependencies": {
24     "MurmurHash-Swift": [
25       "1.0.13"
26     ],
27     "jsonlogic": [
28       "1.0.0"
29     ]
30   },
31   "swift_version": "5.3"