[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / c / b / 6 / GRUnit / 1.0.8 / GRUnit.podspec.json
blob15ce42429d093e1fee3cf9ef07d01c928f8a18f9
2   "name": "GRUnit",
3   "version": "1.0.8",
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.8"
16   },
17   "description": "GRUnit is a test framework for iOS.",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "GRUnit/**/*.{h,m}",
23     "Libraries/GTM/**/*.{h,m}"
24   ],
25   "requires_arc": true