[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 5 / InterposeKit / 0.0.1 / InterposeKit.podspec.json
blob46f9d36534ff7416a530257d434dd298965af8dd
2   "name": "InterposeKit",
3   "version": "0.0.1",
4   "summary": "A modern library to swizzle elegantly in Swift.",
5   "homepage": "https://github.com/steipete/InterposeKit",
6   "source": {
7     "git": "https://github.com/steipete/InterposeKit.git",
8     "tag": "0.0.1"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Peter Steinberger": "steipete@gmail.com"
16   },
17   "source_files": "Sources/**/*.{h,c,swift}",
18   "swift_versions": [
19     "5.2"
20   ],
21   "pod_target_xcconfig": {
22     "APPLICATION_EXTENSION_API_ONLY": "YES"
23   },
24   "platforms": {
25     "ios": "11.0",
26     "osx": "10.13",
27     "tvos": "11.0",
28     "watchos": "5.0"
29   },
30   "swift_version": "5.2"