[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / d / c / LiteralExtensions / 1.0.0 / LiteralExtensions.podspec.json
blob79361f99b014485c6635c46365f7d878f0341e91
2   "name": "LiteralExtensions",
3   "version": "1.0.0",
4   "summary": "A Simple Swift Helper Library providing extensions on Types to be used with Literals",
5   "description": "This library provides a helper Literal extensions on most Swift Native struct types. This allows usage of most types with String, Int, Float and Array Literals ommitting the verbosity of default initializers or casting types",
6   "homepage": "https://github.com/codesworth/LiteralExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shadrach Mensah": "codezworth@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/sredhand",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "4.2",
19   "source": {
20     "git": "https://github.com/codesworth/LiteralExtensions.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "LiteralExtensions/Sources/**/*"