[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 3 / 9 / J2M / 1.1.0 / J2M.podspec.json
blob991fa6b3255bd3e8ad99997c6c8fd23723353eeb
2   "name": "J2M",
3   "version": "1.1.0",
4   "summary": "基于swift4的Codable协议实现的json与model互相转换框架",
5   "description": "基于swift4的Codable协议实现的json与model互相转换框架\n\n目前支持iOS、macOS、tvOS",
6   "homepage": "https://github.com/Jiar/J2M",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jiar": "jiar.world@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.1.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.0"
35   },
36   "pushed_with_swift_version": "4.0"