[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 6 / GRUnit / 1.1.1 / GRUnit.podspec.json
blobb829c568a391c63db51ad526c6ffd7a2c08fdc14
2   "name": "GRUnit",
3   "version": "1.1.1",
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.1.1"
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     "resources": "GRUnit-OSX/**/*.xib"
36   },
37   "requires_arc": true