[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 3 / JFYYKit / 1.0.3 / JFYYKit.podspec.json
blobf2a1367acb61c5a90abe426006f3b5582a70f4e2
2   "name": "JFYYKit",
3   "summary": "A collection of iOS components.",
4   "version": "1.0.3",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "jifengs": "jf_feng@126.com"
11   },
12   "homepage": "https://github.com/jifengs/JFYYKit.git",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/jifengs/JFYYKit.git",
18     "tag": "1.0.3"
19   },
20   "requires_arc": true,
21   "source_files": "JFYYKit/**/*.{h,m}",
22   "public_header_files": "JFYYKit/**/*.{h}",
23   "ios": {
24     "exclude_files": [
25       "JFYYKit/Base/Foundation/NSObject+YYAddForARC.{h,m}",
26       "JFYYKit/Base/Foundation/NSThread+YYAdd.{h,m}"
27     ],
28     "vendored_frameworks": "Vendor/WebP.framework"
29   },
30   "libraries": [
31     "z",
32     "sqlite3"
33   ],
34   "frameworks": [
35     "UIKit",
36     "CoreFoundation",
37     "CoreText",
38     "CoreGraphics",
39     "CoreImage",
40     "QuartzCore",
41     "ImageIO",
42     "AssetsLibrary",
43     "Accelerate",
44     "MobileCoreServices",
45     "SystemConfiguration"
46   ],
47   "resource_bundles": {
48     "JFYYKit": [
49       "JFYYKit/PrivacyInfo.xcprivacy"
50     ]
51   },
52   "pod_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   },
55   "user_target_xcconfig": {
56     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57   },
58   "subspecs": [
59     {
60       "name": "no-arc",
61       "requires_arc": false,
62       "source_files": [
63         "JFYYKit/Base/Foundation/NSObject+YYAddForARC.{h,m}",
64         "JFYYKit/Base/Foundation/NSThread+YYAdd.{h,m}"
65       ]
66     }
67   ]