[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 7 / b / Pebbleton / 1.0.1 / Pebbleton.podspec.json
blobaa307788bdf7fab34a60aac5ce57ff87c2aafb83
2   "name": "Pebbleton",
3   "version": "1.0.1",
4   "summary": "A delightfully easier way to Pebble.",
5   "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!)",
6   "homepage": "https://github.com/peperodo/pebbleton-ios-sdk.git",
7   "license": "MIT",
8   "authors": {
9     "Rudy Gomez": "gomez.rudy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/peperodo/pebbleton-ios-sdk.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": false,
19   "preserve_paths": "Pebbleton.framework",
20   "public_header_files": "Pebbleton.framework/**/*.h",
21   "vendored_frameworks": "Pebbleton.framework",
22   "dependencies": {
23     "PebbleKit": [
25     ]
26   }