[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / 7 / Smock / 0.1.0 / Smock.podspec.json
blob7a956c908575fb72592c05ef565ccf18ae620c47
2   "name": "Smock",
3   "version": "0.1.0",
4   "summary": "Makes mocking in Swift easier",
5   "description": "Smock makes testing protocol extensions in Swift easier by providing capability to record selector calls, parameters and stub return values",
6   "homepage": "https://github.com/kviksilver/Smock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kviksilver": "berceg@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kviksilver/Smock.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/kviksilver",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Smock/Classes/**/*",
23   "frameworks": [
24     "XCTest",
25     "Foundation"
26   ],
27   "pushed_with_swift_version": "3.0"