[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 6 / SwiftyMock / 0.1.0 / SwiftyMock.podspec.json
blobc7faf72c33c291b711358ab064f86c4cf5b6c5e4
2   "name": "SwiftyMock",
3   "version": "0.1.0",
4   "summary": "Some helpers to do Mocking in Swift.",
5   "description": "Some helpers to do Mocking in Swift.\nMostly useful for mocking via protocols. Simple solution. Handles most of the cases. Easy setup",
6   "homepage": "https://github.com/Stanfy/SwiftyMock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stanfy": "hello@stanfy.com"
13   },
14   "source": {
15     "git": "https://github.com/Stanfy/SwiftyMock.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftyMock/Classes/**/*",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 4.1"
25     ]
26   }