[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 9 / FBSnapshotTestCase / 2.0.5 / FBSnapshotTestCase.podspec.json
blob7c4930a5f58a5f32cb70d234cc997fd4a29884cd
2   "name": "FBSnapshotTestCase",
3   "version": "2.0.5",
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.5"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "frameworks": "XCTest",
18   "pod_target_xcconfig": {
19     "ENABLE_BITCODE": "NO"
20   },
21   "public_header_files": [
22     "FBSnapshotTestCase/FBSnapshotTestCase.h",
23     "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h"
24   ],
25   "private_header_files": [
26     "FBSnapshotTestCase/FBSnapshotTestController.h",
27     "FBSnapshotTestCase/UIImage+Compare.h",
28     "FBSnapshotTestCase/UIImage+Diff.h"
29   ],
30   "default_subspecs": "SwiftSupport",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "FBSnapshotTestCase/**/*.{h,m}"
35     },
36     {
37       "name": "SwiftSupport",
38       "dependencies": {
39         "FBSnapshotTestCase/Core": [
41         ]
42       },
43       "source_files": "FBSnapshotTestCase/**/*.swift"
44     }
45   ]