[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / f / PippinTesting / 1.1.0 / PippinTesting.podspec.json
blob7c54fef26a2c417208bf3585710a00e09f89659c
2   "name": "PippinTesting",
3   "version": "1.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": "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-1.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "Sources/PippinTesting/Extensions/XCTest/**/*.{h,m,swift}",
19   "frameworks": "XCTest",
20   "pod_target_xcconfig": {
21     "ENABLE_BITCODE": "NO"
22   },
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/PippinTesting/**/*.swift"
28     }
29   ]