[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / f / d / 3 / XCTestBeauty / 0.0.1 / XCTestBeauty.podspec.json
blob7ce8d25eaa710e29353c08b3d72b907cf5b33db6
2   "name": "XCTestBeauty",
3   "version": "0.0.1",
4   "summary": "XCTestBeauty module",
5   "description": "A swift module to support writing unit test with more meaning full.",
6   "homepage": "https://github.com/harryngict/XCTestBeauty",
7   "license": {
8     "type": "MIT",
9     "text": "Copyright (c) 2023"
10   },
11   "authors": {
12     "Hoang Nguyen": "harryngict@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "git@github.com:harryngict/XCTestBeauty.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "XCTestBeauty/**/*.{swift, h}",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "frameworks": [
26     "Foundation",
27     "XCTest"
28   ],
29   "swift_version": "5.0"