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