[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 6 / GRUnit / 1.1.2 / GRUnit.podspec.json
blobf13d3c071a236d9eaefff44de4902417f6d88500
2   "name": "GRUnit",
3   "version": "1.1.2",
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.2"
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