[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 4 / OperaSwift / 3.0.0 / OperaSwift.podspec.json
blob5938b25096c601b7b67384f6bb348079f8d759ab
2   "name": "OperaSwift",
3   "version": "3.0.0",
4   "summary": "Protocol-Oriented Network abstraction layer written in Swift 4.",
5   "homepage": "https://github.com/xmartlabs/Opera",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Martin Barreto": "martin@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/xmartlabs/Opera.git",
15     "tag": "3.0.0"
16   },
17   "social_media_url": "https://twitter.com/xmartlabs",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.2",
22     "watchos": "2.2"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/Common/**/*.swift",
26   "ios": {
27     "source_files": "Sources/iOS/**/*.swift"
28   },
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.0"
32     ],
33     "RxSwift": [
34       "4.0.0-beta.1"
35     ],
36     "RxCocoa": [
37       "4.0.0-beta.1"
38     ]
39   },
40   "pushed_with_swift_version": "4.0"