blob: 7a2468a1757a79c7efb9c624d989abb1456913f1 [file] [log] [blame]
{
"name": "RbSwift",
"version": "0.1.4",
"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.1.4"
},
"platforms": {
"ios": "8.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.0"
}