[Add] NetmeraNotificationContentExtension 4.0.17
[CocoaPods.git] / Specs / 0 / a / 2 / CRChecker / 1.0.1 / CRChecker.podspec.json
blob8f54082a5235925e62b236df28fe25a7a550103c
2   "name": "CRChecker",
3   "version": "1.0.1",
4   "summary": "CRChecker is a debug tool, helps you find out circular reference problem.",
5   "description": "                      CRChecker is a debug tool, helps you find out circular reference problem.\n                      Be Careful:Don't use this library under production environment.\n",
6   "homepage": "https://github.com/duowan/CRChecker",
7   "license": "MIT",
8   "authors": {
9     "PonyCui": "cuiminghui@yy.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/duowan/CRChecker.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "CRChecker",
20     "CRChecker/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "public_header_files": "CRChecker/CRChecker.h"