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