[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / 6 / QUnit.m / 0.1.0 / QUnit.m.podspec.json
blobe669388607c66bddaf255736f5f95619648f72e6
2   "name": "QUnit.m",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "QUnit.js like syntax for SenTestingKit.",
6   "homepage": "https://github.com/kmalakoff/QUnit.m/",
7   "authors": {
8     "Kevin Malakoff": "xmann.intl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kmalakoff/QUnit.m.git",
12     "tag": "0.1.0"
13   },
14   "description": "QUnit.m brings QUnit.js 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.",
15   "source_files": "Lib/**/*.{h,m}",
16   "frameworks": "SenTestingKit",
17   "xcconfig": {
18     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
19   },
20   "requires_arc": false