[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 3 / JFYYKit / 1.0.2 / JFYYKit.podspec.json
blob74020c0600540b2b129860cf1917f19c07128922
2   "name": "JFYYKit",
3   "summary": "A collection of iOS components.",
4   "version": "1.0.2",
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.2"
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   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "subspecs": [
54     {
55       "name": "no-arc",
56       "requires_arc": false,
57       "source_files": [
58         "JFYYKit/Base/Foundation/NSObject+YYAddForARC.{h,m}",
59         "JFYYKit/Base/Foundation/NSThread+YYAdd.{h,m}"
60       ]
61     }
62   ]