[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 0.7.0 / Cuckoo.podspec.json
blob344e550ce73e2af2b2c49b00fa179c14a86bd421
2   "name": "Cuckoo",
3   "version": "0.7.0",
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/SwiftKit/Cuckoo",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/SwiftKit/Cuckoo.git",
14     "tag": "0.7.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "source_files": [
22     "Source/**/*.swift"
23   ],
24   "preserve_paths": [
25     "Generator/**/*",
26     "run",
27     "build_generator"
28   ],
29   "prepare_command": "git submodule update --init --recursive\n./build_generator",
30   "frameworks": [
31     "XCTest",
32     "Foundation"
33   ],
34   "requires_arc": true,
35   "pod_target_xcconfig": {
36     "ENABLE_BITCODE": "NO"
37   }