[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 8 / f / LDKit / 1.0.3 / LDKit.podspec.json
blob6fd1b86c7026df27826d44c39aaa6c18dc06b150
2   "name": "LDKit",
3   "version": "1.0.3",
4   "summary": "基础工具库",
5   "description": "工具库&类别库",
6   "homepage": "https://code.lenovows.com/lenovocloud/css/cc/ios-components/LDKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "changmin": "changmin@lenovocloud.com"
13   },
14   "source": {
15     "git": "https://code.lenovows.com/lenovocloud/css/cc/ios-components/LDKit.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
21   },
22   "source_files": [
23     "LDKit/LDKitMacro.h",
24     "LDKit/Category/LDKitCategory.h",
25     "LDKit/Utility/LDUtility.h",
26     "LDKit/Utility/Universal/*.{h,m}",
27     "LDKit/Category/Foundation/*.{h,m}",
28     "LDKit/Utility/Device/*.{h,m}",
29     "LDKit/LDKit.h"
30   ],
31   "ios": {
32     "source_files": [
33       "LDKit/Category/Quartz/*.{h,m}",
34       "LDKit/Category/UIKit/*.{h,m}",
35       "LDKit/Utility/UIKit/*.{h,m}"
36     ],
37     "frameworks": [
38       "UIKit",
39       "CoreText",
40       "ImageIO",
41       "Accelerate",
42       "CoreGraphics",
43       "QuartzCore",
44       "WebKit"
45     ]
46   },
47   "osx": {
48     "source_files": [
49       "LDKit/Category/AppKit/*.{h,m}",
50       "LDKit/Utility/AppKit/*.{h,m}"
51     ],
52     "frameworks": [
53       "AppKit",
54       "IOKit"
55     ]
56   },
57   "frameworks": "Foundation",
58   "libraries": "z",
59   "requires_arc": true