[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 0.5.0 / Cuckoo.podspec.json
blobcbfb0bfbffd6da8505eef109e3355d235a8ebe14
2   "name": "Cuckoo",
3   "version": "0.5.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   },
11   "source": {
12     "git": "https://github.com/SwiftKit/Cuckoo.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source_files": [
21     "Source/**/*.swift",
22     "run"
23   ],
24   "frameworks": [
25     "XCTest",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   }