[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 1 / UnIt / 0.0.4 / UnIt.podspec.json
blob503128e67172c4af1c7d9d003743934361ae3943
2   "name": "UnIt",
3   "version": "0.0.4",
4   "summary": "An iOS Swift framework that helps bridge the gap between UI and Unit Testing.",
5   "swift_versions": "4.2",
6   "description": "An iOS Swift framework that helps bridge the gap between UI and Unit Testing by providing helpful UIKit class extensions.",
7   "homepage": "https://github.com/connected-io/UnIt",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jonathan Yeung": "jyeung@connected.io",
14     "Steven Wu": "swu@connected.io"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "source": {
20     "git": "https://github.com/connected-io/UnIt.git",
21     "tag": "0.0.4"
22   },
23   "source_files": "UnIt/Source/**/*.{swift}",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "XCTest"
28   ]