[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / f / 6 / SwiftyMock / 0.2.2 / SwiftyMock.podspec.json
blob1692f50a15aff477d6ea9c797853a21060fc589f
2   "name": "SwiftyMock",
3   "version": "0.2.2",
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.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SwiftyMock/Classes/Core/**/*"
27     },
28     {
29       "name": "ReactiveCocoa",
30       "dependencies": {
31         "SwiftyMock/Core": [
33         ],
34         "ReactiveCocoa": [
35           "~> 6.0"
36         ]
37       },
38       "source_files": "SwiftyMock/Classes/ReactiveCocoa/**/*"
39     }
40   ]