blob: 17a49e1977ab87cdc2a6c69e3b3acf25b5f206cf [file] [log] [blame]
{
"name": "RubifiedSwift",
"version": "0.9.1",
"summary": "Swift extensions for Number, String, Array, Dictionary... inspired by Ruby-styled implementations",
"description": "Bunch of Swift extensions for Number, String, Array, Dictionary... written in Ruby-styled implementations.\nInspired by ObjectiveSugar (https://github.com/supermarin/ObjectiveSugar) & RubySugar (https://github.com/michalkonturek/RubySugar)",
"homepage": "https://github.com/ethan605/rubified-swift",
"license": "MIT",
"authors": {
"Ethan Nguyen": "thanhnx.605@gmail.com"
},
"social_media_url": "http://twitter.com/@ethan605",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ethan605/rubified-swift.git",
"tag": "0.9.1"
},
"source_files": [
"source",
"source/**/*.swift"
]
}