blob: ae28f8ee99675cd18305a1ce310b4282333cab5c [file] [log] [blame]
{
"name": "OperaSwift",
"version": "2.0.0",
"summary": "Protocol-Oriented Network abstraction layer written in Swift 3.",
"homepage": "https://github.com/xmartlabs/Opera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Barreto": "martin@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/Opera.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/Common/**/*",
"ios": {
"source_files": "Sources/iOS/**/*"
},
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"RxSwift": [
"~> 3.4.0"
],
"RxCocoa": [
"~> 3.4.0"
]
},
"pushed_with_swift_version": "3.0"
}