[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / a / 9 / c / JSONMatcher / 0.1.0 / JSONMatcher.podspec.json
blobd7e3fa301aa58204876406247d5278f92ddfd457
2   "name": "JSONMatcher",
3   "version": "0.1.0",
4   "summary": "A JSON matcher extension for Nimble",
5   "description": "JSONMatcher is a JSON matcher library for Swift testing. It works as an extension for Nimble.",
6   "homepage": "https://github.com/giginet/JSONMatcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "giginet": "giginet.net@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/giginet",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/giginet/JSONMatcher.git",
22     "tag": "v0.1.0"
23   },
24   "source_files": "Sources/JSONMatcher/**/*.{swift,h,m}",
25   "weak_frameworks": "XCTest",
26   "requires_arc": true,
27   "dependencies": {
28     "Nimble": [
29       "~> 4.0.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "ENABLE_BITCODE": "NO",
34     "OTHER_LDFLAGS": "-weak-lswiftXCTest",
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
36   }