[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / f / LDKit / 0.0.15 / LDKit.podspec.json
blob4319a053d41fc217394b0ba0d5e9f07e8ba8ccd2
2   "name": "LDKit",
3   "version": "0.0.15",
4   "summary": "基础工具库",
5   "description": "工具库&类别库",
6   "homepage": "http://code.lenovocloud.com/iOS/component/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": "0.0.15"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
21   },
22   "source_files": [
23     "LDKit/LD{Kit,UIKit}Macro.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,UIKit}/*.{h,m}",
34       "LDKit/Utility/{UIKit}/*.{h,m}"
35     ],
36     "frameworks": [
37       "UIKit",
38       "CoreText",
39       "ImageIO",
40       "Accelerate",
41       "CoreGraphics",
42       "QuartzCore",
43       "WebKit"
44     ]
45   },
46   "osx": {
47     "source_files": [
48       "LDKit/Category/{AppKit}/*.{h,m}",
49       "LDKit/Utility/{AppKit}/*.{h,m}"
50     ],
51     "frameworks": [
52       "AppKit",
53       "IOKit"
54     ]
55   },
56   "frameworks": "Foundation",
57   "libraries": "z",
58   "requires_arc": true