[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 4 / a / RuntimeKit / 0.1.0 / RuntimeKit.podspec.json
blob044b9b99d2eb24844d15d92b3fd43fbeb24d106b
2   "name": "RuntimeKit",
3   "version": "0.1.0",
4   "summary": "Swift wrapper around the Objective-C runtime APIs",
5   "description": "RuntimeKit is a Swift library for accessing the Objective-C runtime.\nIn addition to providing wrappers around features like method swizzling or associated values, it also provides some type safety.\n\nAs of right now, RuntimeKit only supports method swizzling, replacing a methods implementation with a block and setting associated objects. More features will be added over time.",
6   "homepage": "https://github.com/lukaskollmer/RuntimeKit",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "lukaskollmer": "lukas.kollmer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lukaskollmer/RuntimeKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RuntimeKit/Sources/**/*",
22   "pushed_with_swift_version": "3.0"