[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 7 / MXGSynchronizeTest / 1.1.0 / MXGSynchronizeTest.podspec.json
blobbcfbad3977238f7b39cb57dc299ee6ead89e021d
2   "name": "MXGSynchronizeTest",
3   "version": "1.1.0",
4   "summary": "Easily synchronize your async tests.",
5   "description": "                   Trivially synchronizes asynchronous tests with a simple block interface\n",
6   "homepage": "https://github.com/maxgoedjen/MXGSynchronizeTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Max Goedjen": "max.goedjen@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/maxgoedjen/MXGSynchronizeTest.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "XCTest",
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "\"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
23   }