[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 9 / FBSnapshotTestCase / 1.3 / FBSnapshotTestCase.podspec.json
blob97c8890ae7f1b8c1d4567f898f6711339cbc4260
2   "name": "FBSnapshotTestCase",
3   "version": "1.3",
4   "summary": "Snapshot view unit tests for iOS",
5   "description": "                    A \"snapshot test case\" takes a configured UIView or CALayer\n                    and uses the renderInContext: method to get an image snapshot\n                    of its contents. It compares this snapshot to a \"reference image\"\n                    stored in your source code repository and fails the test if the\n                    two images don't match.\n",
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": "1.3"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "requires_arc": true,
17   "frameworks": "XCTest",
18   "source_files": [
19     "FBSnapshotTestCase.{h,m}",
20     "FBSnapshotTestController.{h,m}",
21     "UIImage+*{h,m}"
22   ],
23   "prefix_header_contents": "#define FB_REFERENCE_IMAGE_DIR = \"$(SOURCE_ROOT)/$(PROJECT_NAME)Tests/ReferenceImages\""