blob: 2725e7408a9cbbc64b16ac8c6698fd80a7d356a5 [file] [log] [blame]
{
"name": "Pebbleton",
"version": "1.0.2",
"summary": "A delightfully easier way to Pebble.",
"description": "Pebbleton provides the following features:\n * Singleton convenience with no delegation needed\n * Message dispatcher via a buffer to avoid conflicts\n * Splits larger dictionaries into individual messages\n* Pre-configured toggle-able callback logs\n* Sending dictionaries of arbitrary size (Coming Soon!)",
"homepage": "https://github.com/peperodo/pebbleton-ios-sdk.git",
"license": "MIT",
"authors": {
"Rudy Gomez": "gomez.rudy@gmail.com"
},
"source": {
"git": "https://github.com/peperodo/pebbleton-ios-sdk.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"preserve_paths": "Pebbleton.framework",
"public_header_files": "Pebbleton.framework/**/*.h",
"vendored_frameworks": "Pebbleton.framework",
"dependencies": {
"PebbleKit": [
]
}
}