blob: 7c40d6497f726b7df92a70e6dfb7d73e5855492d [file] [log] [blame]
{
"name": "PebbleKit-Static",
"version": "4.0.0",
"summary": "Embed PebbleKit iOS into your app to communicate with Pebble",
"homepage": "https://github.com/pebble/pebble-ios-sdk",
"license": {
"type": "Commercial",
"text": " © 2016 Pebble Technology Corp. All rights reserved.\n"
},
"authors": {
"Pebble Technology Corp.": "devsupport@getpebble.com"
},
"source": {
"git": "https://github.com/pebble/pebble-ios-sdk.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"header_dir": "PebbleKit-Static",
"preserve_paths": "PebbleKit-Static.framework",
"vendored_frameworks": "PebbleKit-Static.framework",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"weak_frameworks": "CoreBluetooth"
}