[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / 6 / 5 / SHTestCaseAdditions / 1.0.0 / SHTestCaseAdditions.podspec.json
blob649e9c6513f90a5f931c058801c49db4b9b2bfb0
2   "name": "SHTestCaseAdditions",
3   "version": "1.0.0",
4   "summary": "Prefixed category on SenTestCase and XCTestCase to help with asynchronous callbacks.",
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.0.0"
14   },
15   "frameworks": [
16     "SenTestingKit"
17   ],
18   "source_files": "SHTestCaseAdditions/**/*.{h,m}",
19   "requires_arc": true