blob: 9b2d8e167b86eb1633104efe7229570f198b0464 [file] [log] [blame]
{
"name": "PebbleKit-Static",
"version": "3.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"header_dir": "PebbleKit",
"preserve_paths": "PebbleKit-Static.framework",
"vendored_frameworks": "PebbleKit-Static.framework",
"public_header_files": "PebbleKit-Static.framework/Versions/A/Headers/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"weak_frameworks": [
"ExternalAccessory",
"CoreBluetooth"
]
}