[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 9 / 8 / 4 / CFoundry / 0.0.2 / CFoundry.podspec.json
bloba805f9f35500712ab90004afdd80618c376e8bec
2   "name": "CFoundry",
3   "version": "0.0.2",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "https://github.com/osis/cf-swift-client.git",
8   "authors": {
9     "Dwayne Forde": "dwayne.forde@gmail.com"
10   },
11   "summary": "A Cloud Foundry SDK for Cocoa Applications",
12   "swift_version": "3.3",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/osis/cf-swift-client.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "CFoundry/**/*.swift",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.7.2"
24     ],
25     "SwiftyJSON": [
26       "~> 3.1.4"
27     ],
28     "SwiftWebSocket": [
29       "~> 2.7.0"
30     ],
31     "ProtocolBuffers-Swift": [
32       "3.0.22"
33     ],
34     "Locksmith": [
35       "~> 3.0.0"
36     ],
37     "AlamofireObjectMapper": [
38       "~> 5.0.0"
39     ]
40   },
41   "testspecs": [
42     {
43       "name": "Tests",
44       "test_type": "unit",
45       "source_files": "CFoundryTests/**/*.swift",
46       "dependencies": {
47         "OHHTTPStubs": [
48           "~> 6.1.0"
49         ]
50       }
51     }
52   ]