[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 3.6.0 / EVReflection.podspec.json
blobf7425638778eb4c6f118562b25d0f544b37dad3b
2   "name": "EVReflection",
3   "version": "3.6.0",
4   "summary": "iOS: Swift helper library with reflection functions",
5   "description": "Swift helper library with reflection functions including support for NSCoding, Printable, Hashable, Equatable and JSON",
6   "homepage": "https://github.com/evermeer/EVReflection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Edwin Vermeer": "edwin@evict.nl"
13   },
14   "social_media_url": "http://twitter.com/evermeer",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/evermeer/EVReflection.git",
23     "tag": "3.6.0"
24   },
25   "source_files": "EVReflection/pod/*",
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "pushed_with_swift_version": "3.0"