[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / MockSix / 0.1.2 / MockSix.podspec.json
blob6ab9856ffca659d5a4d704db0aca835bdd87e860
2   "name": "MockSix",
3   "version": "0.1.2",
4   "license": "MIT",
5   "summary": "An object mocking microframework for Swift",
6   "description": "MockSix simplifies manual object mocking in Swift by taking over some of the boilerplate\nand offering an API that is hard to use incorrectly.",
7   "homepage": "https://github.com/lvsti/MockSix",
8   "social_media_url": "https://twitter.com/cocoagrinder/",
9   "authors": {
10     "Tamas Lustyik": "elveestei@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/lvsti/MockSix.git",
14     "tag": "v0.1.2"
15   },
16   "platforms": {
17     "ios": "8.4",
18     "osx": "10.10",
19     "tvos": "9.2"
20   },
21   "source_files": "MockSix/*.{swift,h}",
22   "public_header_files": "MockSix/MockSix.h",
23   "pushed_with_swift_version": "3.0"