blob: a85c7cd2ddb78db7c150a545feb6ee8ee96c50a9 [file] [log] [blame]
{
"name": "PebbleKit",
"version": "3.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"header_dir": "PebbleKit",
"preserve_paths": "PebbleKit.framework",
"vendored_frameworks": "PebbleKit.framework",
"public_header_files": "PebbleKit.framework/Headers/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"weak_frameworks": [
"ExternalAccessory",
"CoreBluetooth"
]
}