[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 0.11.0 / Cuckoo.podspec.json
blob2e4b858c6a4ed14631519b73cffbdc61958ba530
2   "name": "Cuckoo",
3   "version": "0.11.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.11.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   ],
30   "prepare_command": "curl -Lo cuckoo_generator `curl \"https://api.github.com/repos/Brightify/Cuckoo/releases/tags/0.11.0\" | grep -oe '\"browser_download_url\": *\"[^\" ]*\"' | grep -oe 'http[^\" ]*' | grep cuckoo_generator | head -1`",
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   }