blob: 0c8b60a528fab9124b95f6773773d558185c6a76 [file] [log] [blame]
{
"name": "PebbleKit",
"version": "2.1.0",
"summary": "Embed PebbleKit iOS into your app to communicate with Pebble",
"homepage": "http://developer.getpebble.com",
"license": {
"type": "Commercial",
"text": " © 2013 Pebble Technology Corp. All rights reserved.\n"
},
"authors": {
"Pebble Technology Corp.": "devsupport@getpebble.com"
},
"source": {
"git": "https://github.com/HBehrens/PebbleKit.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "6.0"
},
"preserve_paths": [
"PebbleKit.framework",
"PebbleVendor.framework"
],
"vendored_frameworks": [
"PebbleKit.framework",
"PebbleVendor.framework"
],
"public_header_files": [
"PebbleKit.framework/Versions/A/Headers/PebbleKit.h",
"PebbleVendor.framework/Versions/A/Headers/PebbleVendor.h"
],
"weak_frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"CoreMotion",
"MessageUI"
],
"libraries": "z",
"requires_arc": true
}