[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 9 / FBSnapshotTestCase / 2.1.1 / FBSnapshotTestCase.podspec.json
blob3b61f5058d341da52cc8f36354891ab05d1119ed
2   "name": "FBSnapshotTestCase",
3   "version": "2.1.1",
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.1.1"
12   },
13   "platforms": {
14     "ios": "7.0",
15     "tvos": "9.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "XCTest",
20     "UIKit",
21     "Foundation",
22     "QuartzCore"
23   ],
24   "pod_target_xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "user_target_xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
29   },
30   "default_subspecs": "SwiftSupport",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "FBSnapshotTestCase/**/*.{h,m}",
36         "FBSnapshotTestCase/*.{h,m}"
37       ],
38       "public_header_files": [
39         "FBSnapshotTestCase/FBSnapshotTestCase.h",
40         "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h",
41         "FBSnapshotTestCase/FBSnapshotTestController.h"
42       ],
43       "private_header_files": [
44         "FBSnapshotTestCase/Categories/UIImage+Compare.h",
45         "FBSnapshotTestCase/Categories/UIImage+Diff.h",
46         "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"
47       ]
48     },
49     {
50       "name": "SwiftSupport",
51       "dependencies": {
52         "FBSnapshotTestCase/Core": [
54         ]
55       },
56       "source_files": "FBSnapshotTestCase/**/*.swift"
57     }
58   ]