[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / 0 / a / Mole / 1.0.2 / Mole.podspec.json
blob296a75226655346285e2b64a90a20d4f0565e7fe
2   "name": "Mole",
3   "version": "1.0.2",
4   "summary": "Xcode’s UI testing is black-box by design. This works around that.",
5   "authors": "Hilton Campbell",
6   "homepage": "https://github.com/CrossWaterBridge/Mole",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/CrossWaterBridge/Mole.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Mole/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "Swifter": [
22       "1.1.4"
23     ]
24   }