[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / e / 4 / SwiftMock / 0.0.2 / SwiftMock.podspec.json
blobaa8f26885e17d9ae5e0c74381d4a155d21bba584
2   "name": "SwiftMock",
3   "version": "0.0.2",
4   "summary": "A mocking framework for Swift 2.0",
5   "description": "SwiftMock is a first attempt at a mocking/stubbing framework for Swift 2.0. It's in the very earliest stage of development, but may be almost usable.",
6   "homepage": "https://github.com/mflint/SwiftMock",
7   "license": "MIT",
8   "authors": {
9     "Matthew Flint": "m@tthew.org"
10   },
11   "source": {
12     "git": "https://github.com/mflint/SwiftMock.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftMock": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "XCTest",
26   "deprecated": true