[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 2 / 6 / 0 / BatchedHandlers / 0.3.1 / BatchedHandlers.podspec.json
blob95293989ad5e014f17cc451087920e15f1699446
2   "name": "BatchedHandlers",
3   "version": "0.3.1",
4   "summary": "A helper class to handle multiple completion handlers for a task",
5   "homepage": "https://github.com/dtorres/BatchedHandlers",
6   "license": "MIT",
7   "authors": {
8     "Diego Torres": "contact@dtorres.me"
9   },
10   "source": {
11     "git": "https://github.com/dtorres/BatchedHandlers.git",
12     "tag": "0.3.1"
13   },
14   "social_media_url": "https://twitter.com/dtorres",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/*.{h,m}",
21   "public_header_files": "Classes/BHManager.h"