[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / d / ReflectedStringConvertible / 1.0.0 / ReflectedStringConvertible.podspec.json
blobdb2bcf7fbe7389f360926ef5f7fc7bfe5b8665b6
2   "name": "ReflectedStringConvertible",
3   "version": "1.0.0",
4   "summary": "A protocol that extends `CustomStringConvertible` to add a detailed textual representation to any class.",
5   "homepage": "https://github.com/mattcomi/ReflectedStringConvertible",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Matt Comi": "mattcomi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mattcomi/ReflectedStringConvertible.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "ReflectedStringConvertible/*.{swift}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   }