blob: 6f142585f1981bd4a6b41cab9e4db986f9382560 [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.4.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.4.1"
},
"ios": {
"vendored_frameworks": "Framework/MistSDK.framework"
},
"frameworks": [
"Foundation",
"Security",
"CFNetwork",
"JavaScriptCore",
"CoreLocation",
"CoreBluetooth",
"UIKit",
"MapKit",
"SystemConfiguration"
],
"libraries": [
"icucore",
"z"
],
"requires_arc": true
}