[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 6 / WJHXCTest / 0.0.2 / WJHXCTest.podspec.json
blobe36a6802085e4d1923d49c83b7238eab86226a8f
2   "name": "WJHXCTest",
3   "version": "0.0.2",
4   "summary": "WJHXCTest extends XCTest to enable asynchronous testing.",
5   "description": "      __WJHXCTest__ extends XCTest to enable asynchronous testing.  Individual tests can be run synchronously on the main thread (just like the existing mechanism), or asynchronously on either the main thread or a separate thread.  This allows for great flexibility in testing various asynchronous APIs.\n",
6   "homepage": "https://github.com/jodyhagins/WJHXCTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jody Hagins": "jody.hagins@cplusplusonline.com"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/jodyhagins/WJHXCTest.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "WJHXCTest/**/*.{h,m}",
23   "header_mappings_dir": "WJHXCTest",
24   "header_dir": "WJHXCTest",
25   "private_header_files": "WJHXCTest/Private/*.h",
26   "requires_arc": true,
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-lObjC"
29   },
30   "frameworks": "XCTest"