blob: d509fe815e76809bf1d408ed0cc7b79b1df75412 [file] [log] [blame]
{
"name": "PebbleKit",
"version": "3.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": " © 2015 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": "3.0.0"
},
"platforms": {
"ios": "7.1"
},
"preserve_paths": "PebbleKit.framework",
"vendored_frameworks": "PebbleKit.framework",
"public_header_files": "PebbleKit.framework/Versions/A/Headers/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"weak_frameworks": [
"ExternalAccessory",
"CoreBluetooth"
],
"requires_arc": true
}