[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / e / ElastosHiveSDK / 2.0.2 / ElastosHiveSDK.podspec.json
blobd253d9781872d0ae35c9e57d0782de5269ecb722
2   "name": "ElastosHiveSDK",
3   "version": "2.0.2",
4   "summary": "Elastos Hive iOS SDK Distribution.",
5   "swift_versions": "4.2",
6   "description": "Elastos hive ios sdk framework distribution.",
7   "homepage": "https://www.elastos.org",
8   "license": {
9     "type": "MIT",
10     "file": "ElastosCarrier-framework/LICENSE"
11   },
12   "authors": {
13     "hive-dev": "support@elastos.org"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/elastos/Elastos.NET.Hive.Swift.SDK.git",
20     "tag": "2.0.2"
21   },
22   "source_files": "ElastosHiveSDK/**/*.swift",
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/ElastosHiveSDK\""
25   },
26   "dependencies": {
27     "Alamofire": [
28       "~> 5.0"
29     ],
30     "PromiseKit": [
31       "~> 6.9"
32     ],
33     "ElastosDIDSDK": [
34       "~> 1.5"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "swift_version": "4.2"