[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / f / 2 / jhgg / 0.1.1 / jhgg.podspec.json
blobb0074b055b5829bbf5b0728ed11bbc741a0b3ed2
2   "name": "jhgg",
3   "version": "0.1.1",
4   "summary": "A easy use juhe guanggao sdk.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/lenbolan/jhgg",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lenbolan": "lanb2008@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/lenbolan/jhgg.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "jhgg/Classes/**/*",
22   "resource_bundles": {
23     "jhgg": [
24       "jhgg/Assets/*.xcassets"
25     ]
26   },
27   "static_framework": true,
28   "swift_versions": "5",
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.9.1"
32     ],
33     "Alamofire-SwiftyJSON": [
34       "~> 3.0.0"
35     ],
36     "Kingfisher": [
37       "~> 4.10.1"
38     ],
39     "Ads-CN": [
40       "~> 3.7.0.8"
41     ],
42     "TZImagePickerController": [
43       "~> 3.6.4"
44     ],
45     "Toast-Swift": [
46       "~> 5.0.1"
47     ],
48     "SwiftHEXColors": [
49       "~> 1.4.1"
50     ]
51   },
52   "pod_target_xcconfig": {
53     "VALID_ARCHS": "x86_64 armv7 arm64"
54   },
55   "requires_arc": true,
56   "subspecs": [
57     {
58       "name": "GDTMobSDK",
59       "source_files": "jhgg/Vendors/**/*.h",
60       "public_header_files": "jhgg/Vendors/**/*.h",
61       "frameworks": [
62         "AdSupport",
63         "CoreLocation",
64         "QuartzCore",
65         "SystemConfiguration",
66         "CoreTelephony",
67         "Security",
68         "StoreKit",
69         "AVFoundation",
70         "WebKit"
71       ],
72       "libraries": [
73         "xml2",
74         "z"
75       ],
76       "vendored_libraries": "jhgg/Vendors/GDTMobSDK/*.a",
77       "preserve_paths": "jhgg/Vendors/GDTMobSDK/*.a",
78       "pod_target_xcconfig": {
79         "OTHER_LDFLAGS": "-ObjC"
80       }
81     }
82   ],
83   "swift_version": "5"