[Add] MapboxCommon 23.11.3
[CocoaPods.git] / Specs / 9 / c / 4 / OperaSwift / 0.1 / OperaSwift.podspec.json
blobaaeeae9c6fc48620713c9b8b261508bfec5fbee6
2   "name": "OperaSwift",
3   "version": "0.1",
4   "summary": "Protocol-Oriented Network abstraction layer written in Swift 3.",
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": "0.1"
16   },
17   "social_media_url": "https://twitter.com/xmartlabs",
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/Common/**/*",
24   "ios": {
25     "source_files": "Sources/iOS/**/*"
26   },
27   "dependencies": {
28     "Alamofire": [
29       "~> 4.0"
30     ],
31     "RxSwift": [
32       "~> 3.0.1"
33     ],
34     "RxCocoa": [
35       "~> 3.0.1"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"