[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 1 / UnIt / 0.0.1 / UnIt.podspec.json
blobe44201339fd92476475e60ed396f73b59d552c5a
2   "name": "UnIt",
3   "version": "0.0.1",
4   "summary": "An iOS Swift framework that helps bridge the gap between UI and Unit Testing.",
5   "swift_version": "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   },
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/connected-io/UnIt.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "UnIt/**/*.{swift, .h, .m, .framework}",
23   "resources": "*/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "XCTest"
28   ]