[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / d / OCLint-Annotations / 1.0.0 / OCLint-Annotations.podspec.json
blob6d7409949499c632adb0d887b2ef3fdf10d31249
2   "name": "OCLint-Annotations",
3   "version": "1.0.0",
4   "summary": "Drop in annotations to make OCLint more usable.",
5   "description": "                   Used with OCLint, this CocoaPod will intelligently warn you about missing calls to `super` or unimplemented abstract methods in UIKit. You can even annotate your own code, marking methods as protected or prohibited. An easy way to keep everyone using your code on the right track.\n\n                   Usage: add `#import <OCLint-Annotations/OCLint-Annotations.h>` to your PCH, and in addition `#import <OCLint-Annotations/UIKit+OCLintStaticChecks.h>` on iOS.\n",
6   "homepage": "http://oclint.org",
7   "license": {
8     "type": "Modifed BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Longyi Qi": "lqi+git@longyiqi.com",
13     "Akiva Leffert": "akiva@etsy.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/swizzlr/oclint-cocoa-additions.git",
20     "tag": "v1.0.0"
21   },
22   "source_files": "OCLint-Annotations.h",
23   "ios": {
24     "source_files": "iOS/UIKit+OClintStaticChecks.h"
25   },
26   "requires_arc": false