blob: 89bf2eb784564a82baf8b0e6f8bdf4829d20f4a9 [file] [log] [blame]
{
"name": "RubifiedSwift",
"version": "0.9.2",
"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/RubifiedSwift",
"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/RubifiedSwift.git",
"tag": "0.9.2"
},
"source_files": [
"source",
"source/**/*.swift"
]
}