blob: b69c5e1d13b709731f30e5109096e383a226dd35 [file] [log] [blame]
{
"name": "MistSDK",
"homepage": "https://github.com/mistsys/mist-sdk-ios",
"license": {
"type": "Copyright",
"text": "Copyright 2017 by Mist Systems Inc. All rights reserved."
},
"version": "1.1.1",
"summary": "Mist SDK",
"description": "Mist SDK",
"authors": {
"Mist Systems": "sdksupport@mist.com"
},
"social_media_url": "https://twitter.com/mistsystems",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mistsys/mist-sdk-ios.git",
"tag": "1.1.1"
},
"ios": {
"vendored_frameworks": "Framework/MistSDK.framework"
},
"frameworks": [
"Foundation",
"Security",
"CFNetwork",
"JavaScriptCore",
"CoreLocation",
"CoreBluetooth",
"UIKit",
"MapKit",
"SystemConfiguration"
],
"libraries": [
"icucore",
"z"
],
"requires_arc": true
}