[Add] AnywhereUtilCore 1.1.0
[CocoaPods.git] / Specs / 2 / 9 / d / FlexaLoad / 1.0.9 / FlexaLoad.podspec.json
blob6deeadadc24535a64940a440410cfce857bf8baa
2   "name": "FlexaLoad",
3   "version": "1.0.9",
4   "summary": "FlexaLoad",
5   "description": "FlexaLoad module by Flexa",
6   "homepage": "https://github.com/flexa/flexa-ios",
7   "authors": "Flexa Network Inc.F <developers@flexa.network> (https://developer.flexa.network)",
8   "license": {
9     "type": "MIT"
10   },
11   "module_name": "FlexaLoad",
12   "platforms": {
13     "ios": "15.0"
14   },
15   "swift_versions": "5.1",
16   "source": {
17     "git": "https://github.com/flexa/flexa-ios",
18     "tag": "1.0.9"
19   },
20   "source_files": "FlexaLoad/Sources/**/*.{swift}",
21   "pod_target_xcconfig": {
22     "PRODUCT_BUNDLE_IDENTIFIER": "com.flexa.FlexaLoad"
23   },
24   "dependencies": {
25     "FlexaCore": [
26       "~> 1.0.9"
27     ]
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "FlexaLoad/Tests/**/*.{swift}",
34       "dependencies": {
35         "Nimble": [
36           "~> 13.2.0"
37         ],
38         "Quick": [
39           "~> 7.0.0"
40         ],
41         "Fakery": [
42           "~> 5.1.0"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.1"