[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 1 / GHUnitOSX / 0.4.33 / GHUnitOSX.podspec.json
blob34de1d977439a008f15885c5073ca63f24ba5932
2   "name": "GHUnitOSX",
3   "version": "0.4.33",
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.4.33"
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     "Libraries/GHKit/**/*.{h,m}"
20   ],
21   "exclude_files": "**/*GHViewTestCase*",
22   "platforms": {
23     "osx": null
24   },
25   "frameworks": "CoreLocation",
26   "resources": "Classes-MacOSX/UI/*.xib",
27   "requires_arc": false