[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 7 / a / 0 / UITestUtils / 1.0.0 / UITestUtils.podspec.json
blob76a98f5c5a7fd653f3541ae55cd48f4f785a3eb6
2   "name": "UITestUtils",
3   "version": "1.0.0",
4   "summary": "Utility support write UI Testing in iOS",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nvduc2910/UITestUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nvduc2910": "v.ducnv29@vinid.net"
13   },
14   "source": {
15     "git": "https://github.com/nvduc2910/UITestUtils.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "UITestUtils/Classes/**/*",
22   "frameworks": "XCTest",
23   "requires_arc": true,
24   "user_target_xcconfig": {
25     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
26   },
27   "pod_target_xcconfig": {
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "ENABLE_BITCODE": "NO",
30     "OTHER_LDFLAGS": "$(inherited) -Xlinker -no_application_extension"
31   },
32   "swift_versions": [
33     "4.2",
34     "5.0"
35   ],
36   "dependencies": {
37     "Embassy": [
38       "~> 4.1.1"
39     ],
40     "EnvoyAmbassador": [
41       "~> 4.0.5"
42     ],
43     "ObjectMapper": [
44       "~> 3.5.2"
45     ],
46     "Then": [
47       "~> 2.6.0"
48     ]
49   },
50   "swift_version": "5.0"