[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 1 / RubifiedSwift / 0.9.2 / RubifiedSwift.podspec.json
blob89bf2eb784564a82baf8b0e6f8bdf4829d20f4a9
2   "name": "RubifiedSwift",
3   "version": "0.9.2",
4   "summary": "Swift extensions for Number, String, Array, Dictionary... inspired by Ruby-styled implementations",
5   "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)",
6   "homepage": "https://github.com/ethan605/RubifiedSwift",
7   "license": "MIT",
8   "authors": {
9     "Ethan Nguyen": "thanhnx.605@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/@ethan605",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/ethan605/RubifiedSwift.git",
17     "tag": "0.9.2"
18   },
19   "source_files": [
20     "source",
21     "source/**/*.swift"
22   ]