[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 1.0.2 / Cuckoo.podspec.json
blobef9397d50fdfc1ccbdd5d89817caae87e63efe89
2   "name": "Cuckoo",
3   "version": "1.0.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": "1.0.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   "swift_version": "4.2",
26   "preserve_paths": [
27     "Generator/**/*",
28     "run",
29     "build_generator",
30     "cuckoo_generator"
31   ],
32   "prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/1.0.2/cuckoo_generator\nchmod +x cuckoo_generator",
33   "frameworks": [
34     "XCTest",
35     "Foundation"
36   ],
37   "requires_arc": true,
38   "pod_target_xcconfig": {
39     "ENABLE_BITCODE": "NO",
40     "SWIFT_REFLECTION_METADATA_LEVEL": "none"
41   }