[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 0 / 4 / a / RuntimeKit / 0.5.0 / RuntimeKit.podspec.json
blobb51d31575816e945b6e9ce566682932775fe51cb
2   "name": "RuntimeKit",
3   "version": "0.5.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, adding new methods to classes, creating new classes or protocols, or associated values, it also provides more type safety.",
6   "homepage": "https://github.com/lukaskollmer/RuntimeKit",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Lukas Kollmer": "lukas.kollmer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lukaskollmer/RuntimeKit.git",
16     "tag": "0.5.0"
17   },
18   "social_media_url": "https://twitter.com/lukas_kollmer",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "RuntimeKit/Sources/**/*",
26   "pushed_with_swift_version": "3.0"