[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / d / GHUnit / 0.6.0 / GHUnit.podspec.json
blob6606672db1fb54233ea8e325ba15158a77b68f07
2   "name": "GHUnit",
3   "version": "0.6.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Test Framework for Objective-C.",
9   "homepage": "https://github.com/gh-unit/gh-unit",
10   "documentation_url": "http://gh-unit.github.io/gh-unit/",
11   "authors": {
12     "Gabriel Handford": "gabrielh@gmail.com",
13     "Felix Schulze": "code@felixschulze.de"
14   },
15   "source": {
16     "git": "https://github.com/gh-unit/gh-unit.git",
17     "tag": "0.6.0"
18   },
19   "description": "GHUnit is a test framework for Objective-C, Mac OS X 10.7 and above and iPhone 6.0 and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.",
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.7"
23   },
24   "source_files": [
25     "Classes/**/*.{h,m}",
26     "Libraries/GTM/**/*.{h,m}"
27   ],
28   "ios": {
29     "source_files": "Classes-iOS/**/*.{h,m}",
30     "frameworks": "QuartzCore"
31   },
32   "osx": {
33     "source_files": "Classes-MacOSX/UI/*.{h,m}",
34     "resources": "Classes-MacOSX/UI/*.xib"
35   },
36   "deprecated": true,
37   "requires_arc": true