[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / c / 4 / OperaSwift / 1.0.2 / OperaSwift.podspec.json
blobf9c7866a9b632469cb3f5874bc4650d30c60c78c
2   "name": "OperaSwift",
3   "version": "1.0.2",
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": "1.0.2"
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.4.0"
30     ],
31     "RxSwift": [
32       "~> 3.1.0"
33     ],
34     "RxCocoa": [
35       "~> 3.1.0"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"