[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / 9 / MockItYourself / 1.1.0 / MockItYourself.podspec.json
blobb7ba2ea84d26555527bef1c2f7702b5df82a9dbf
2   "name": "MockItYourself",
3   "version": "1.1.0",
4   "summary": "MockItYourself is a simple mocking framework for Swift",
5   "description": "MockItYourself is a mocking framework for Swift. \nCurrently, Swift has read-only reflection and it is therefore impossible to create a dynamic mocking framework like OCMock. \nMockItYourself reduces the boilerplate needed to manually create mocks and is heavily inspired by SwiftMock.",
6   "homepage": "https://github.com/plain-vanilla-games/MockItYourself",
7   "license": "MIT",
8   "authors": {
9     "Alexey Verein": "alexey@plainvanillagames.com",
10     "Jóhann Þ. Bergþórsson": "johann@plainvanillagames.com",
11     "Magnus Ó. Magnússon": "magnus@plainvanillagames.com",
12     "Alexander A. Helgason": "alliannas@plainvanillagames.com"
13   },
14   "source": {
15     "git": "https://github.com/plain-vanilla-games/MockItYourself.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "MockItYourself/**/*.swift",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "frameworks": "XCTest"