[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / a / 2 / CRChecker / 1.0.2 / CRChecker.podspec.json
blob3238563fbac24117b5b8007bfb9ad8c0da242e63
2   "name": "CRChecker",
3   "version": "1.0.2",
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.2"
17   },
18   "source_files": [
19     "CRChecker",
20     "CRChecker/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "public_header_files": "CRChecker/CRChecker.h"