[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 4 / 1 / RubifiedSwift / 0.9.0 / RubifiedSwift.podspec.json
blob717e339d2b7c1aa9458842b3f097a78a7cdd86d9
2   "name": "RubifiedSwift",
3   "version": "0.9.0",
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/rubified-swift",
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/rubified-swift.git",
17     "tag": "0.9.0"
18   },
19   "source_files": [
20     "source",
21     "source/**/*.swift"
22   ]