[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / f / PippinTesting / 2.1.0 / PippinTesting.podspec.json
blob128636426b915064e9ef14eff7e1bef7e2ffaa46
2   "name": "PippinTesting",
3   "version": "2.1.0",
4   "summary": "A Swift framework to make Xcode testing easier.",
5   "description": "A collection of Swift and Objective-C utilities delivering helper functions to work with XCTest and XCUIApplication API in service of concise, readable and robust test code.",
6   "homepage": "https://github.com/tworingsoft/Pippin",
7   "license": "MIT",
8   "authors": {
9     "Andrew McKnight": "andrew@tworingsoft.com"
10   },
11   "source": {
12     "git": "https://github.com/tworingsoft/Pippin.git",
13     "tag": "PippinTesting-2.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.1",
19   "source_files": "Sources/PippinTesting/**/*.{h,m,swift}",
20   "frameworks": "XCTest",
21   "xcconfig": {
22     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
23   },
24   "pod_target_xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "swift_version": "5.1",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/PippinTesting/**/*.swift"
33     }
34   ]