[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 6 / GRUnit / 1.0.13 / GRUnit.podspec.json
blob425fe7d14bead7acd6a73ae03d7ab807cd8aec37
2   "name": "GRUnit",
3   "version": "1.0.13",
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.13"
16   },
17   "description": "GRUnit is a test framework for iOS.",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.8"
21   },
22   "ios": {
23     "source_files": [
24       "GRUnit/**/*.{h,m}",
25       "GRUnit-iOS/**/*.{h,m}",
26       "Libraries/GTM/**/*.{h,m}"
27     ]
28   },
29   "osx": {
30     "source_files": [
31       "GRUnit/**/*.{h,m}",
32       "GRUnit-OSX/**/*.{h,m}",
33       "Libraries/GTM/**/*.{h,m}"
34     ]
35   },
36   "requires_arc": true