[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / 6 / QUnit.m / 0.1.2 / QUnit.m.podspec.json
blob6787673115370239ba9879e8aa163434c1ec41a1
2   "name": "QUnit.m",
3   "version": "0.1.2",
4   "summary": "QUnit.m brings syntax to SenTestingKit for testing Objective-C projects",
5   "description": "                    QUnit.m brings [QUnit.js](http://qunitjs.com/) syntax to SenTestingKit for testing Objective-C projects. The is useful if you are trying to port JavaScript libraries to Objective-C or want a more familiar testing syntax.\n\n                    I wrote this to help me port Underscore.js to Objective-C in [_.m](https://github.com/kmalakoff/_.m) and to make Objective-C a little more script in [Subjective-Script](https://github.com/kmalakoff/SubjectiveScript.m) so you will find some good examples in those project's tests.\n",
6   "homepage": "https://github.com/kmalakoff/QUnit.m",
7   "license": "MIT",
8   "authors": {
9     "Kevin Malakoff": "kmalakoff@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kmalakoff/QUnit.m.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Classes",
21   "frameworks": "SenTestingKit",
22   "public_header_files": "Classes/**/*.h"