[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 0 / 4 / GHUnitIOS / 0.5.5 / GHUnitIOS.podspec.json
blob558b282423498fbeb9373316f1fc12e326987e9c
2   "name": "GHUnitIOS",
3   "version": "0.5.5",
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.5"
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-iOS/**/*.{h,m}",
18     "Libraries/YelpKit/*.{h,m}",
19     "Libraries/GTM/**/*.{h,m}",
20     "Libraries/GHKit/**/*.{h,m}"
21   ],
22   "platforms": {
23     "ios": null
24   },
25   "frameworks": "CoreLocation",
26   "requires_arc": true