[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 6 / GRUnit / 1.0.12 / GRUnit.podspec.json
blobafed6606b3ea1f7ec2ada9dbd12dfb555dab7088
2   "name": "GRUnit",
3   "version": "1.0.12",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Test Framework for Objective-C.",
9   "homepage": "https://github.com/gabriel/GRUnit",
10   "authors": {
11     "Gabriel Handford": "gabrielh@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gabriel/GRUnit.git",
15     "tag": "1.0.12"
16   },
17   "description": "GRUnit is a test framework for iOS.",
18   "platforms": {
19     "osx": "10.8"
20   },
21   "ios": {
22     "source_files": [
23       "GRUnit/**/*.{h,m}",
24       "GRUnit-iOS/**/*.{h,m}",
25       "Libraries/GTM/**/*.{h,m}"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "GRUnit/**/*.{h,m}",
31       "GRUnit-OSX/**/*.{h,m}",
32       "Libraries/GTM/**/*.{h,m}"
33     ]
34   },
35   "requires_arc": true