[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 2 / 3 / KNMParametrizedTests / 0.1.0 / KNMParametrizedTests.podspec.json
blob7776ce1d24a86cf3bd6efd7b8ff4674304924fb5
2   "name": "KNMParametrizedTests",
3   "version": "0.1.0",
4   "summary": "Support for parametrized test cases using the XCTest framework",
5   "description": "                   KNMParametrizedTest adds support for parametrized test cases using\n                   the XCTest framework.\n                   \n                   Features include:\n                   * Familiar syntax - parametrized tests are normal test methods\n                     taking a parameter\n                   * Support for scalar and struct parameters\n",
6   "homepage": "https://github.com/konoma/xctest-parametrized-tests",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/konoma/xctest-parametrized-tests.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Sources",
23   "frameworks": [
24     "Foundation",
25     "XCTest"
26   ],
27   "requires_arc": true