[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / c / 0 / a / Mole / 1.0.1 / Mole.podspec.json
blobe253e307609b040cc66e06d9e54324192cb2e189
2   "name": "Mole",
3   "version": "1.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Mole/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "Swifter": [
22       "1.0.6"
23     ]
24   }