blob: aaeeae9c6fc48620713c9b8b261508bfec5fbee6 [file] [log] [blame]
{
"name": "OperaSwift",
"version": "0.1",
"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": "0.1"
},
"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.0"
],
"RxSwift": [
"~> 3.0.1"
],
"RxCocoa": [
"~> 3.0.1"
]
},
"pushed_with_swift_version": "3.0"
}