[Add] Vitals 3.2.4
[CocoaPods.git] / Specs / 6 / 3 / 9 / J2M / 1.2.0 / J2M.podspec.json
blob57546015e2d4cb2ad135304954958d50cabe880b
2   "name": "J2M",
3   "version": "1.2.0",
4   "summary": "J2M is the json and model transformation framework that is implemented based on the Codable protocol of swift.",
5   "description": "J2M is the json and model transformation framework that is implemented based on the Codable protocol of swift.\n\nIt supports: iOS macOS tvOS",
6   "homepage": "https://github.com/Jiar/J2M",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jiar": "iiimjiar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/JiarYoo",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/Jiar/J2M.git",
22     "tag": "1.2.0"
23   },
24   "source_files": [
25     "Sources/*.swift",
26     "Sources/J2M.h"
27   ],
28   "public_header_files": [
29     "Sources/J2M.h"
30   ],
31   "module_name": "J2M",
32   "requires_arc": true,
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "4.2"
35   },
36   "static_framework": true