[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / e / Leech / 1.0.2 / Leech.podspec.json
blobb82ba43f7440895848ae7fa3b73d70a857a80a61
2   "name": "Leech",
3   "version": "1.0.2",
4   "summary": "Leech is a library of unit testing helpers for iOS",
5   "description": "                   Leech is a suite of testing helpers for Xcode 5+ that aids in the use of the XCTest framework. It includes mocks for some commonly used classes and auditor classes for many key system components.\n",
6   "homepage": "https://github.com/samodom/Leech",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam Odom": "samodom@icloud.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/samodom/Leech.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "Leech/*.{h,m}",
22   "prefix_header_contents": "#import <objc/runtime.h>",
23   "public_header_files": "Leech/*.h",
24   "requires_arc": true