[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 0.12.0 / Cuckoo.podspec.json
blob9727707c5b1627fc11431cb40c7ee22a5cd59540
2   "name": "Cuckoo",
3   "version": "0.12.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/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.12.0"
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     "cuckoo_generator"
30   ],
31   "prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/0.12.0/cuckoo_generator\nchmod +x cuckoo_generator",
32   "frameworks": [
33     "XCTest",
34     "Foundation"
35   ],
36   "requires_arc": true,
37   "pod_target_xcconfig": {
38     "ENABLE_BITCODE": "NO",
39     "SWIFT_REFLECTION_METADATA_LEVEL": "none"
40   }