[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 3 / 2 / MustOverride / 1.1 / MustOverride.podspec.json
bloba04086fd1f54081864fe7c590865eedfdf7d095d
2   "name": "MustOverride",
3   "version": "1.1",
4   "summary": "Macro to ensure that abstract methods are overriden by subclasses.",
5   "homepage": "https://github.com/nicklockwood/MustOverride",
6   "license": "zlib",
7   "authors": "Nick Lockwood",
8   "source": {
9     "git": "https://github.com/nicklockwood/MustOverride.git",
10     "tag": "1.1"
11   },
12   "platforms": {
13     "ios": "4.3",
14     "osx": "10.6"
15   },
16   "source_files": "MustOverride/MustOverride.{h,m}",
17   "requires_arc": false