[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 8 / b / ProtocolProxy / 0.1.2 / ProtocolProxy.podspec.json
blobd3026fc4507c93fb9f6eb9cf3a6d11e89074a7d0
2   "name": "ProtocolProxy",
3   "version": "0.1.2",
4   "summary": "Flexible proxy for overriding and observing protocol method/property messages",
5   "description": "A small helper library that provides a proxy class for overriding and observing method and property messages from one or more protocols",
6   "homepage": "https://github.com/SomeRandomiOSDev/ProtocolProxy",
7   "license": "MIT",
8   "authors": {
9     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/ProtocolProxy.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "public_header_files": "Sources/ProtocolProxy/include/ProtocolProxy.h",
22   "source_files": [
23     "Sources/ProtocolProxy/**/*.{h,m}",
24     "Sources/ProtocolProxySwift/*.swift"
25   ],
26   "swift_versions": [
27     "5.0"
28   ],
29   "cocoapods_version": ">= 1.7.3",
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "platforms": {
35         "ios": "9.0",
36         "osx": "10.10",
37         "tvos": "9.0",
38         "watchos": "2.0"
39       },
40       "pod_target_xcconfig": {
41         "SWIFT_INCLUDE_PATHS": "$PODS_TARGET_SRCROOT/Tests/ProtocolProxyTestsBase/include",
42         "HEADER_SEARCH_PATHS": "$PODS_TARGET_SRCROOT/Tests/ProtocolProxyTestsBase/include"
43       },
44       "preserve_paths": "Tests/ProtocolProxyTestsBase/include/module.modulemap",
45       "source_files": [
46         "Tests/ProtocolProxyObjCTests/*.m",
47         "Tests/ProtocolProxySwiftTests/*.swift",
48         "Tests/ProtocolProxyTestsBase/**/*{h,m}"
49       ]
50     }
51   ],
52   "swift_version": "5.0"