[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / b / DZSilkKit / 0.1.1 / DZSilkKit.podspec.json
blob6879f98dd8c8e5aa5aefa9474ebcdf9c5c84ee48
2   "name": "DZSilkKit",
3   "version": "0.1.1",
4   "summary": "iOS 优化编程效率的共用库",
5   "description": "iOS 优化编程效率的共用库,包含布局,样式,大量的宏定义等等",
6   "homepage": "https://github.com/yishuiliunian/DZSilkKit",
7   "license": "MIT",
8   "authors": {
9     "stonedong": "yishuiliunian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yishuiliunian/DZSilkKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DZSilkKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "DZProgrameDefines": [
28     ],
29     "DZSinglonFactory": [
31     ],
32     "DZAdjustFrame": [
34     ],
35     "DZCache": [
37     ],
38     "DZGeometryTools": [
40     ],
41     "StyleSheet": [
43     ]
44   }