[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / c / QingStorSDK / 2.6.0 / QingStorSDK.podspec.json
blob4110fefd0f645105dbfb901fa64f4f753b15499c
2   "name": "QingStorSDK",
3   "version": "2.6.0",
4   "summary": "The official QingStor SDK for the swift programming language.",
5   "authors": "Chris Yang <chrisyang@yunify.com>",
6   "license": "Apache License, Version 2.0",
7   "homepage": "https://www.qingstor.com",
8   "source": {
9     "git": "https://github.com/yunify/qingstor-sdk-swift.git",
10     "tag": "2.6.0"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "default_subspecs": "Core",
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "4.0"
18   },
19   "pushed_with_swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Sources/QingStor/",
24       "dependencies": {
25         "Alamofire": [
26           "~> 4.6"
27         ],
28         "CryptoSwift": [
29           "~> 0.8.3"
30         ],
31         "ObjectMapper": [
32           "~> 3.1"
33         ]
34       }
35     },
36     {
37       "name": "ObjcBridge",
38       "source_files": "Sources/ObjcBridge/",
39       "dependencies": {
40         "QingStorSDK/Core": [
42         ]
43       }
44     }
45   ]