[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 1.3.1 / Cuckoo.podspec.json
blobe958453970e8751b498646680cb8d462b63bf6f7
2   "name": "Cuckoo",
3   "version": "1.3.1",
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.3.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "swift_versions": "5.0",
23   "preserve_paths": [
24     "Generator/**/*",
25     "run",
26     "build_generator",
27     "cuckoo_generator"
28   ],
29   "prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/1.3.1/cuckoo_generator\nchmod +x cuckoo_generator",
30   "frameworks": [
31     "XCTest",
32     "Foundation"
33   ],
34   "requires_arc": true,
35   "pod_target_xcconfig": {
36     "ENABLE_BITCODE": "NO",
37     "SWIFT_REFLECTION_METADATA_LEVEL": "none"
38   },
39   "default_subspecs": "Swift",
40   "xcconfig": {
41     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift-$(SWIFT_VERSION)/$(PLATFORM_NAME) $(inherited)"
42   },
43   "subspecs": [
44     {
45       "name": "Swift",
46       "source_files": "Source/**/*.swift"
47     },
48     {
49       "name": "OCMock",
50       "source_files": "OCMock/**/*.{h,m,swift}",
51       "dependencies": {
52         "Cuckoo/Swift": [
54         ],
55         "OCMock": [
56           "3.4.3"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"