[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / c / MetovaTestKit / 2.3.1 / MetovaTestKit.podspec.json
blob9ab42c0422ae17f107c48928699e6a0a2d239bdf
2   "name": "MetovaTestKit",
3   "version": "2.3.1",
4   "summary": "A collection of useful test helpers designed to ease the burden of writing tests for iOS applications.",
5   "homepage": "http://metova.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Metova, Inc.": "pods@metova.com",
12     "Nick Griffith": "nhgrif@gmail.com",
13     "Logan Gauthier": "logan.paul.gauthier@gmail.com",
14     "Chris Martin": "schrismartin@me.com"
15   },
16   "source": {
17     "git": "https://github.com/metova/MetovaTestKit.git",
18     "tag": "2.3.1"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_version": "4.2",
24   "frameworks": "XCTest",
25   "user_target_xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27   },
28   "source_files": [
29     "MetovaTestKit",
30     "MetovaTestKit/**/*.{h,m,swift}"
31   ],
32   "public_header_files": "MetovaTestKit/**/*.h",
33   "exclude_files": "MetovaTestKit/Exclude"