[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 1 / f / c / MetovaTestKit / 2.1.0 / MetovaTestKit.podspec.json
blob7e66f3ca5cc9ceeb03553c30c1eb916b79f13354
2   "name": "MetovaTestKit",
3   "version": "2.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
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"