[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 6 / SwiftyMock / 0.1.1 / SwiftyMock.podspec.json
blob7c7454eed231afd401daf0f5929dc55c3fa35c53
2   "name": "SwiftyMock",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SwiftyMock/Classes/Core/**/*"
26     },
27     {
28       "name": "ReactiveCocoa",
29       "dependencies": {
30         "SwiftyMock/Core": [
32         ],
33         "ReactiveCocoa": [
34           "~> 4.1"
35         ]
36       },
37       "source_files": "SwiftyMock/Classes/ReactiveCocoa/**/*"
38     }
39   ]