[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / b / ProtocolProxy / 0.1.0 / ProtocolProxy.podspec.json
blob70f61df602290a0708666a3c4309fbe84d52c83e
2   "name": "ProtocolProxy",
3   "version": "0.1.0",
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     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/ProtocolProxy.git",
19     "tag": "0.1.0"
20   },
21   "public_header_files": "Sources/ProtocolProxy/include/ProtocolProxy.h",
22   "source_files": [
23     "Sources/ProtocolProxy/**/*.{h,m,swift}",
24     "Sources/ProtocolProxySwift/**/*.swift"
25   ],
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "swift_versions": [
29     "5.0"
30   ],
31   "cocoapods_version": ">= 1.7.3",
32   "swift_version": "5.0"