[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / b / e / TPDelegateMatrioska / 0.0.2 / TPDelegateMatrioska.podspec.json
blob42a064cc55690976e055e82a76dac13af033b117
2   "name": "TPDelegateMatrioska",
3   "version": "0.0.2",
4   "summary": "Multicast delegation using NSProxy and thread safe.",
5   "description": "This class is a subclass of NSProxy subclass that allows you to have multiple delegate helper objects (instead of the usual 1 to 1 relationship between the delegator and delegate).",
6   "homepage": "https://github.com/wanhmr/TPDelegateMatrioska",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tpphha": "tpphha@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wanhmr/TPDelegateMatrioska.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "TPDelegateMatrioska",
23     "TPDelegateMatrioska/**/*.{h,m}"
24   ],
25   "public_header_files": "TPDelegateMatrioska/**/*.h",
26   "requires_arc": true