blob: 37387de2dcbd6b6c228044c0732891646c774d77 [file] [log] [blame]
{
"name": "PebbleKit",
"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": "8.0"
},
"requires_arc": true,
"header_dir": "PebbleKit",
"preserve_paths": "PebbleKit.framework",
"vendored_frameworks": "PebbleKit.framework",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"weak_frameworks": "CoreBluetooth"
}