[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 0.4.0 / Cuckoo.podspec.json
blob1ccb3d2124f1df74847db7564dc298755f1257f6
2   "name": "Cuckoo",
3   "version": "0.4.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.4.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source_files": "Source/**/*.swift",
21   "frameworks": [
22     "XCTest",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   }