[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / a / 3 / c / QingStorSDK / 2.8.0 / QingStorSDK.podspec.json
blob2ff0eee6bcff5b17de9c636be88d0dc568a529c0
2   "name": "QingStorSDK",
3   "version": "2.8.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.8.0"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "default_subspecs": "Core",
16   "subspecs": [
17     {
18       "name": "Core",
19       "source_files": "Sources/QingStor/",
20       "dependencies": {
21         "Alamofire": [
22           "~> 4.6"
23         ],
24         "CryptoSwift": [
25           "~> 0.8"
26         ],
27         "ObjectMapper": [
28           "~> 3.1"
29         ]
30       }
31     },
32     {
33       "name": "ObjcBridge",
34       "source_files": "Sources/ObjcBridge/",
35       "dependencies": {
36         "QingStorSDK/Core": [
38         ]
39       }
40     }
41   ]