[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 0 / EchoFramework / 6.0.0 / EchoFramework.podspec.json
blob0b7014745100d49852bb5699f06a3d8171bc51de
2   "name": "EchoFramework",
3   "version": "6.0.0",
4   "summary": "Echo iOS Framework",
5   "homepage": "https://github.com/echoprotocol/echo-ios-framework",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fedorenko Nikita": "n.fedorenko@pixelplex.io",
12     "Sharaev Vladimir": "v.sharaev@pixelplex.io"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/echoprotocol/echo-ios-framework"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "module_map": "EchoFramework/Supports Files/EchoFramework.modulemap",
23   "pod_target_xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "${SRCROOT} $(SRCROOT)/EchoFramework/Libraries",
25     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
26     "HEADER_SEARCH_PATHS": "$(SRCROOT)/EchoFramework/Libraries/ed25519/include",
27     "LIBRARY_SEARCH_PATHS[sdk=iphoneos*]": "$(SRCROOT)/EchoFramework/Libraries/ed25519/lib/OSRelease",
28     "LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/EchoFramework/Libraries/ed25519/lib/SimulatorRelease",
29     "ARCHS[sdk=iphonesimulator*]": "x86_64"
30   },
31   "preserve_paths": [
32     "Libraries",
33     "EchoFramework/Supports Files/EchoFramework.modulemap"
34   ],
35   "source_files": "EchoFramework/**/*.{h,swift,m,a}",
36   "user_target_xcconfig": {
37     "ARCHS[sdk=iphonesimulator*]": "x86_64"
38   },
39   "dependencies": {
40     "Starscream": [
41       "~> 3.0.2"
42     ],
43     "OpenSSL-Universal": [
44       "~> 1.1.1100"
45     ]
46   },
47   "swift_version": "5.0"