blob: 275a280bb8a9417d30f776343d3c76de89347ff3 [file] [log] [blame]
{
"name": "RuntimeKit",
"version": "0.4.2",
"summary": "Swift wrapper around the Objective-C runtime APIs",
"description": "RuntimeKit is a Swift library for accessing the Objective-C runtime.\nIn addition to providing wrappers around features like method swizzling, adding new methods to classes, creating new classes or protocols, or associated values, it also provides more type safety.",
"homepage": "https://github.com/lukaskollmer/RuntimeKit",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Lukas Kollmer": "lukas.kollmer@gmail.com"
},
"source": {
"git": "https://github.com/lukaskollmer/RuntimeKit.git",
"tag": "0.4.2"
},
"social_media_url": "https://twitter.com/lukas_kollmer",
"platforms": {
"ios": "8.0"
},
"source_files": "RuntimeKit/Sources/**/*",
"pushed_with_swift_version": "3.0"
}