[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 9 / FBSnapshotTestCase / 2.0.6 / FBSnapshotTestCase.podspec.json
blob8ba027765d1f510956579a3c9c5b40c0bd8ee49e
2   "name": "FBSnapshotTestCase",
3   "version": "2.0.6",
4   "summary": "Snapshot view unit tests for iOS",
5   "description": "A \"snapshot test case\" takes a configured UIView or CALayer\nand uses the renderInContext: method to get an image snapshot\nof its contents. It compares this snapshot to a \"reference image\"\nstored in your source code repository and fails the test if the\ntwo images don't match.",
6   "homepage": "https://github.com/facebook/ios-snapshot-test-case",
7   "license": "BSD",
8   "authors": "Facebook",
9   "source": {
10     "git": "https://github.com/facebook/ios-snapshot-test-case.git",
11     "tag": "2.0.6"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "frameworks": [
18     "XCTest",
19     "UIKit",
20     "Foundation",
21     "QuartzCore"
22   ],
23   "pod_target_xcconfig": {
24     "ENABLE_BITCODE": "NO"
25   },
26   "default_subspecs": "SwiftSupport",
27   "module_map": "FBSnapshotTestCase.modulemap",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "FBSnapshotTestCase/**/*.{h,m}",
33         "FBSnapshotTestCase/*.{h,m}"
34       ],
35       "public_header_files": [
36         "FBSnapshotTestCase/FBSnapshotTestCase.h",
37         "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h"
38       ],
39       "private_header_files": [
40         "FBSnapshotTestCase/FBSnapshotTestController.h",
41         "FBSnapshotTestCase/Categories/UIImage+Compare.h",
42         "FBSnapshotTestCase/Categories/UIImage+Diff.h",
43         "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"
44       ]
45     },
46     {
47       "name": "SwiftSupport",
48       "dependencies": {
49         "FBSnapshotTestCase/Core": [
51         ]
52       },
53       "source_files": "FBSnapshotTestCase/**/*.swift"
54     }
55   ]