[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 1 / GHUnitOSX / 0.5.8 / GHUnitOSX.podspec.json
blobd09aebd721061db31c669641a6d28fbc742fba6b
2   "name": "GHUnitOSX",
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   "source_files": [
17     "Classes/**/*.{h,m}",
18     "Classes-MacOSX/UI/*.{h,m}",
19     "Libraries/GTM/**/*.{h,m}"
20   ],
21   "platforms": {
22     "osx": "10.6"
23   },
24   "resources": "Classes-MacOSX/UI/*.xib",
25   "requires_arc": true,
26   "deprecated_in_favor_of": "GHUnit",
27   "prepare_command": "echo 'GHUnitOSX is deprecated - Please switch to GHUnit to stay up to date.'"