[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / 1 / GHUnitOSX / 0.5.6 / GHUnitOSX.podspec.json
blob4c8f9346bad1bba2a7b746306aafd4248d75fe54
2   "name": "GHUnitOSX",
3   "version": "0.5.6",
4   "license": "MIT",
5   "summary": "Test Framework for Objective-C.",
6   "homepage": "https://github.com/gabriel/gh-unit",
7   "authors": {
8     "Gabriel Handford": "gabrielh@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/gabriel/gh-unit.git",
12     "tag": "0.5.6"
13   },
14   "description": "GHUnit is a test framework for Objective-C, Mac OS X 10.5 and above and iPhone 3.x and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.",
15   "source_files": [
16     "Classes/**/*.{h,m}",
17     "Classes-MacOSX/UI/*.{h,m}",
18     "Libraries/GTM/**/*.{h,m}"
19   ],
20   "exclude_files": "**/*GHViewTestCase*",
21   "platforms": {
22     "osx": null
23   },
24   "resources": "Classes-MacOSX/UI/*.xib",
25   "requires_arc": true