blob: b82ba43f7440895848ae7fa3b73d70a857a80a61 [file] [log] [blame]
{
"name": "Leech",
"version": "1.0.2",
"summary": "Leech is a library of unit testing helpers for iOS",
"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",
"homepage": "https://github.com/samodom/Leech",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam Odom": "samodom@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/samodom/Leech.git",
"tag": "1.0.2"
},
"source_files": "Leech/*.{h,m}",
"prefix_header_contents": "#import <objc/runtime.h>",
"public_header_files": "Leech/*.h",
"requires_arc": true
}