[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 2 / Spurious / 0.1.1 / Spurious.podspec.json
blob45c94a31a1f597d39c0a5eaf397e70523ff79379
2   "name": "Spurious",
3   "version": "0.1.1",
4   "summary": "A testing tool that eases pure Swift stubbing and faking",
5   "description": "Easily create Swift test object fakes and mocks that can be stubbed, and that can verify function calls. Allows for easy testing of interface with dependencies without the overhead of creating extensive or duplicate fake class implementations.",
6   "homepage": "https://github.com/jwilkey/Spurious",
7   "license": "MIT",
8   "authors": {
9     "Justin Wilkey": "tentkeep@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jwilkey/Spurious.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Spurious": [
22       "Pod/Assets/*.png"
23     ]
24   }