[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 0.10.2 / Cuckoo.podspec.json
blob7eb746cc019a44887ce7d8843f06b64631c23648
2   "name": "Cuckoo",
3   "version": "0.10.2",
4   "summary": "Cuckoo - first boilerplate-free Swift mocking framework.",
5   "description": "Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).\nIt generates mocks and some helper structures automatically to enable this functionality.",
6   "homepage": "https://github.com/Brightify/Cuckoo",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org",
11     "Adriaan (Arjan) Duijzer": "arjan@nxtstep.nl"
12   },
13   "source": {
14     "git": "https://github.com/Brightify/Cuckoo.git",
15     "tag": "0.10.2"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "Source/**/*.swift"
24   ],
25   "preserve_paths": [
26     "Generator/**/*",
27     "run",
28     "build_generator"
29   ],
30   "prepare_command": "git submodule update --init --recursive\n./build_generator",
31   "frameworks": [
32     "XCTest",
33     "Foundation"
34   ],
35   "requires_arc": true,
36   "pod_target_xcconfig": {
37     "ENABLE_BITCODE": "NO",
38     "SWIFT_REFLECTION_METADATA_LEVEL": "none"
39   },
40   "pushed_with_swift_version": "3.0"