blob: eaaa7b61257ccac79a235c2e951a9211ed6e6dde [file] [log] [blame]
{
"name": "RbSwift",
"version": "0.3.3",
"summary": "A Swift port of convenient methods in Ruby and ActiveSupport",
"description": "RbSwift introduces a series of methods which is inspired by Ruby core library and\nActiveSupport. It provides hundred of convenient functions to make Swift code easier\nto write.",
"homepage": "https://github.com/Draveness/RbSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"draveness": "i@draveness.me"
},
"source": {
"git": "https://github.com/Draveness/RbSwift.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": [
"RbSwift",
"RbSwift/**/*.{h,swift}"
],
"public_header_files": "RbSwift/RbSwift.h",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.1"
}