blob: f44e5324ea25d57e08ffe116bb134cd133117939 [file] [log] [blame]
{
"name": "LwayveSDK",
"version": "3.1.0",
"summary": "iOS library",
"homepage": "https://github.com/LWAYVE/ios-sdk",
"authors": {
"Lixar, Inc": "infra@lwayve.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LWAYVE/ios-sdk.git",
"tag": "3.1.0"
},
"default_subspecs": "Core",
"requires_arc": true,
"license": "MIT",
"subspecs": [
{
"name": "Core",
"dependencies": {
"YapDatabase/Standard/Core": [
"3.0"
],
"Alamofire": [
"~> 4.5.0"
],
"SwiftyJSON": [
"~> 3.1.4"
],
"CocoaLumberjack": [
"~> 3"
],
"GoogleToolboxForMac/NSData+zlib": [
"~> 2.1.1"
]
},
"vendored_frameworks": "LwayveSDK/LwayveSDK.framework",
"frameworks": [
"AVFoundation",
"Foundation",
"MediaPlayer"
]
},
{
"name": "ProxSee",
"dependencies": {
"LwayveSDK/Core": [
],
"ProxSeeSDK": [
"3.0.2"
]
},
"frameworks": "CoreLocation"
}
]
}