[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / b / 2 / d / FSJUnitTestLog / 1.0 / FSJUnitTestLog.podspec.json
blobcc7b8858c0f28071d2fbc7f36b6d540bc1bfb1af
2   "name": "FSJUnitTestLog",
3   "version": "1.0",
4   "summary": "FSJUnitTestLog is a XCTestObserver implementation, which converts the test results to an JUnit XML Results file.",
5   "homepage": "https://github.com/x2on/FSJUnitTestLog",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Felix Schulze": "code@felixschulze.de"
12   },
13   "source": {
14     "git": "https://github.com/x2on/FSJUnitTestLog.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "FSJUnitTestLog.{h,m}",
22   "frameworks": [
23     "XCTest",
24     "Foundation"
25   ],
26   "dependencies": {
27     "GDataXML-HTML": [
28       "~> 1.1.0"
29     ]
30   },
31   "libraries": "xml2",
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
34   }