[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 1 / ABFlexConfig / 0.0.1 / ABFlexConfig.podspec.json
blobd0711fd9027482c20f40933ad63098b3df7187bf
2   "name": "ABFlexConfig",
3   "version": "0.0.1",
4   "summary": "ABFlexConfig module",
5   "description": "A swift module to control feature flag.",
6   "homepage": "https://github.com/harryngict/ABFlexConfig",
7   "source": {
8     "git": "git@github.com:harryngict/ABFlexConfig.git",
9     "tag": "0.0.1"
10   },
11   "authors": {
12     "Hoang Nguyen": "harryngict@gmail.com"
13   },
14   "license": {
15     "type": "MIT",
16     "text": "Copyright (c) 2023"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ABFlexConfig/Core/**/*.{swift,h,m}",
28       "frameworks": "Foundation"
29     },
30     {
31       "name": "Mocks",
32       "dependencies": {
33         "ABFlexConfig/Core": [
35         ]
36       },
37       "source_files": "ABFlexConfig/Mocks/**/*.{swift,h,m}"
38     }
39   ],
40   "swift_version": "5.0"