blob: 45a661cd838d8cfc97683a7758283a12414dd7c7 [file] [log] [blame]
{
"name": "PebbleKit",
"version": "2.2.0",
"summary": "Embed PebbleKit iOS into your app to communicate with Pebble",
"homepage": "http://developer.getpebble.com",
"license": {
"type": "Commercial",
"text": " © 2014 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": "2.2.0"
},
"platforms": {
"ios": "6.0"
},
"preserve_paths": [
"PebbleKit.framework",
"PebbleVendor.framework"
],
"vendored_frameworks": [
"PebbleKit.framework",
"PebbleVendor.framework"
],
"public_header_files": "PebbleKit.framework/Headers/*.h",
"weak_frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"CoreMotion",
"MessageUI"
],
"libraries": "z",
"requires_arc": true
}