[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / d / TSAsyncTesting / 1.1 / TSAsyncTesting.podspec.json
blobdcf85f1eea9a58c829e110d838ecad11a91e6b9b
2   "name": "TSAsyncTesting",
3   "version": "1.1",
4   "summary": "Tools for unit testing async methods.",
5   "description": "                   Tools for unit testing async methods.\n\n                   * Let's you test code on background threads.\n                   * Wait for the async tasks to finish.\n                   * Set timeouts and let your tests fail because of it.\n                   * Block threads to trigger timeouts.\n",
6   "homepage": "https://github.com/laptobbe/TSAsyncTesting",
7   "license": "MIT",
8   "authors": {
9     "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/Laptobbe",
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/laptobbe/TSAsyncTesting.git",
17     "tag": "1.1"
18   },
19   "source_files": [
20     "TSAsyncTesting.h",
21     "TSAsyncTesting.m"
22   ],
23   "frameworks": "UIKit",
24   "requires_arc": true