[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 0 / BatchedHandlers / 0.2.0 / BatchedHandlers.podspec.json
blob74a5139144d39fb75827e37e0c7167a9b4a7560a
2   "name": "BatchedHandlers",
3   "version": "0.2.0",
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.2.0"
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"