[Add] KommunicateCore-iOS-SDK 1.2.5
[CocoaPods.git] / Specs / f / b / 5 / WLAssertionHandler / 1.0 / WLAssertionHandler.podspec.json
blob49d4e6da52989e7434a27bd8b504be4960ad89de
2   "name": "WLAssertionHandler",
3   "version": "1.0",
4   "summary": "弹窗处理Assertion,而不是crash",
5   "description": "用弹窗的方式来处理NSAssert/NSCAssert & NSParameterAssert / NSCParameterAssert",
6   "homepage": "https://github.com/stoneeagle/WLAssertionHandler",
7   "screenshots": "https://github.com/stoneeagle/WLAssertionHandler/raw/master/Snapshot.jpeg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wulei": "stonetree90@163.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/stoneeagle/WLAssertionHandler.git",
20     "tag": "1.0"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "public_header_files": "Classes/WLAssertionHandler.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "JRSwizzle": [
32     ]
33   }