[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 6 / 5 / SHTestCaseAdditions / 1.4.0 / SHTestCaseAdditions.podspec.json
blob77a4be22b2e8e313eb3616ca6a8f9e696a4d9020
2   "name": "SHTestCaseAdditions",
3   "version": "1.4.0",
4   "summary": "Prefixed category on SenTestCase and XCTestCase to help with asynchronous callbacks. SenTestKit: SHTestCaseAdditions/SenTestCase",
5   "description": "  \n  SHTestCaseAdditions contains asynchronous helpers (as a prefixed category) to write tests in SentTest and/or XCTest for delayed callbacks, \n  like network calls or alert views, action sheets. Prefixed category on SenTestCase and XCTestCase\n\n                    * Swizzle and junk free\n                    * Prefixed selectors.\n                    * Works with both SentTest and/or XCTest\n                    * For iOS and Mac OS\n                    * Comes with tests and example. \n                    \n",
6   "homepage": "https://github.com/seivan/SHTestCaseAdditions",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHTestCaseAdditions.git",
13     "tag": "1.4.0"
14   },
15   "default_subspecs": [
16     "XCTest"
17   ],
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "XCTest",
22       "frameworks": [
23         "XCTest"
24       ],
25       "source_files": [
26         "SHTestCaseAdditions/*.{h,m}",
27         "SHTestCaseAdditions/XCTest/*.{h,m}"
28       ]
29     },
30     {
31       "name": "SenTestingKit",
32       "frameworks": [
33         "SenTestingKit"
34       ],
35       "source_files": [
36         "SHTestCaseAdditions/*.{h,m}",
37         "SHTestCaseAdditions/SenTestingKit/*.{h,m}"
38       ]
39     }
40   ]