[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 0 / MFHMessageDebouncer / 0.1.3 / MFHMessageDebouncer.podspec.json
blob78aefad921b0ee95bb2814d4130a5a6468a289e3
2   "name": "MFHMessageDebouncer",
3   "version": "0.1.3",
4   "summary": "Message debouncing in a syntactically sweet fashion",
5   "description": "                       [[myObject debounceWithDelay:5] doSomething:@1];\n                       [[myObject debounceWithDelay:5] doSomething:@2];\n                       [[myObject debounceWithDelay:5] doSomething:@3];\n\n                       // ^ my Object only receive the final message send in this sequence,\n                       // receiving `@3` for the `doSomething` argument, after a 5 second delay.\n\n",
6   "homepage": "https://github.com/matt-holden/MFHMessageDebouncer",
7   "license": "MIT",
8   "authors": {
9     "Matthew Holden": "matthew.holden@mindbodyonline.com"
10   },
11   "source": {
12     "git": "https://github.com/matt-holden/MFHMessageDebouncer.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/@MFHolden",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "public_header_files": "Pod/Classes/MFHMessageDebouncer.h",
22   "frameworks": "Foundation"