[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / f / PippinTesting / 2.0.0 / PippinTesting.podspec.json
blob8893d990a82ccfba9b10b83c76a9efa844b5ebfb
2   "name": "PippinTesting",
3   "version": "2.0.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": "http://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.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "4.2",
19   "source_files": "Sources/PippinTesting/Extensions/XCTest/**/*.{h,m,swift}",
20   "frameworks": "XCTest",
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "NO"
23   },
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/PippinTesting/**/*.swift"
29     }
30   ]