blob: 2faf340a12645d79c6d9c47c0f693bd4f3a15aba [file] [log] [blame]
{
"name": "AtomBPC",
"version": "1.1.0",
"summary": "Atom BPC is an extension of Atom SDK by secure.com.",
"description": "It contains methods for clients who wish to build their own VPN.",
"homepage": "https://github.com/atomsdk",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Atom By Secure": "developer@atomapi.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"swift_versions": [
"4.2",
"5.0"
],
"source": {
"http": "https://secure.com/atom/downloads/bpc/ios/1.1.0/AtomBPC.zip"
},
"ios": {
"vendored_frameworks": "AtomBPC-iOS/AtomBPC.framework"
},
"osx": {
"vendored_frameworks": "AtomBPC-OSX/AtomBPC.framework"
},
"dependencies": {
"ObjectMapper": [
"~> 3.4.2"
],
"RealmSwift": [
"~> 3.18.0"
],
"SwinjectAutoregistration": [
"~> 2.6"
],
"Swinject": [
"~> 2.6"
],
"AtomCore": [
"~> 1.1.0"
]
},
"swift_version": "5.0"
}