blob: e2850999ff198629aa5a2d5d34d94ae0321edbbd [file] [log] [blame]
{
"name": "RuntimeKit",
"version": "0.2.1",
"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.2.1"
},
"social_media_url": "https://twitter.com/lukas_kollmer",
"platforms": {
"ios": "8.0"
},
"source_files": "RuntimeKit/Sources/**/*",
"pushed_with_swift_version": "3.0"
}