[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 7 / b / Pebbleton / 1.0.3 / Pebbleton.podspec.json
blob5f58512dd0d4dae899153ce195a033b9da57da77
2   "name": "Pebbleton",
3   "version": "1.0.3",
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.3"
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   }