blob: bd97d786f889c9dea717239a3a55f2c020058050 [file] [log] [blame]
{
"name": "PebbleKit",
"version": "2.0.1",
"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.0.1"
},
"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
}