[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / f / c / MetovaTestKit / 2.0.0 / MetovaTestKit.podspec.json
blob1a03f4b3b9ee08a0a706cdb9abb03107f7ca6e0e
2   "name": "MetovaTestKit",
3   "version": "2.0.0",
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     "Nick Griffith": "nick.griffith@metova.com",
12     "Logan Gauthier": "logan.paul.gauthier@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/metova/MetovaTestKit.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "frameworks": "XCTest",
23   "user_target_xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
25   },
26   "source_files": [
27     "MetovaTestKit",
28     "MetovaTestKit/**/*.{h,m,swift}"
29   ],
30   "public_header_files": "MetovaTestKit/**/*.h",
31   "exclude_files": "MetovaTestKit/Exclude"