[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 0 / e / MTK / 1.1.0 / MTK.podspec.json
blobf9461781597668f4998d47644a19a358f1a561be
2   "name": "MTK",
3   "version": "1.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.gauthier@metova.com"
13   },
14   "source": {
15     "git": "https://github.com/metova/MetovaTestKit.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "XCTest",
22   "user_target_xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
24   },
25   "source_files": [
26     "MetovaTestKit",
27     "MetovaTestKit/**/*.{h,m,swift}"
28   ],
29   "public_header_files": "MetovaTestKit/**/*.h",
30   "exclude_files": "MetovaTestKit/Exclude",
31   "pushed_with_swift_version": "3.0",
32   "deprecated_in_favor_of": "MetovaTestKit"