[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 9 / c / IntrepidTesting / 0.7.10 / IntrepidTesting.podspec.json
bloba986f5487407f312b84376bd2ad3484fd34eeb6e
2   "name": "IntrepidTesting",
3   "version": "0.7.10",
4   "summary": "A collection of test extensions to the Swift Standard Library",
5   "description": "Collection of test extensions and utility classes by and for the developers at Intrepid Pursuits.",
6   "homepage": "https://github.com/IntrepidPursuits/swift-wisdom",
7   "license": "MIT",
8   "authors": {
9     "Colden Prime": "colden@intrepid.io"
10   },
11   "source": {
12     "git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
13     "tag": "0.7.10"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "3.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": "XCTest",
27       "source_files": "SwiftWisdomTests/Testing/**/*.swift"
28     }
29   ]