[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / f / SwiftHamcrest / 0.2 / SwiftHamcrest.podspec.json
blob93e9ba155fb93cd7baaddf44f298a729536e9583
2   "name": "SwiftHamcrest",
3   "version": "0.2",
4   "summary": "Hamcrest test assertions for Swift",
5   "description": "                   Hamcrest gives you advanced matchers with better error messages for your Swift unit tests.\n",
6   "homepage": "https://github.com/nschum/SwiftHamcrest",
7   "license": "BSD",
8   "authors": {
9     "Nikolaj Schumacher": "me@nschum.de"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "module_name": "Hamcrest",
16   "source": {
17     "git": "https://github.com/nschum/SwiftHamcrest.git",
18     "tag": "0.2"
19   },
20   "source_files": "Hamcrest/*.swift",
21   "frameworks": [
22     "Foundation",
23     "XCTest"
24   ]