[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 2 / 5 / CZFTool / 0.0.5 / CZFTool.podspec.json
blob629581f6a58691326f23c244f97da12e5af5f2b9
2   "name": "CZFTool",
3   "version": "0.0.5",
4   "summary": "增加工具栏中对图片的处理;兼容swift3.0以上项目",
5   "description": "增加工具栏中对图片的处理;兼容swift3.0以上项目,增加更多的工具方法",
6   "homepage": "https://github.com/MacleChen/CZFTool",
7   "license": "MIT",
8   "authors": {
9     "MacleChen": "851327579@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/MacleChen/CZFTool.git",
16     "tag": "0.0.5"
17   },
18   "source_files": [
19     "CZFTool",
20     "CZFTool/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
28   }