[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / 3 / NJHDelegateSplitter / 0.1.0 / NJHDelegateSplitter.podspec.json
blob05809da7ad726ea4a26ec10600f6c93a8edc096d
2   "name": "NJHDelegateSplitter",
3   "version": "0.1.0",
4   "summary": "The NJHDelegateSplitter class is created to allow you to have two delegates.",
5   "description": "The NJHDelegateSplitter class is created to allow you to have two delegates. For example, if you want to have one UITableViewDelegate delegate and a separate UIScrollViewDelegate for the same UITableView.",
6   "homepage": "https://github.com/heumn/NJHDelegateSplitter",
7   "license": "MIT",
8   "authors": {
9     "Nikolai Johan Heum": "nikolaiheum@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/heumn/NJHDelegateSplitter.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "*.{h,m}",
20   "resource_bundles": {
21     "NJHDelegateSplitter": [
22       "Pod/Assets/*.png"
23     ]
24   }