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