[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 1 / 8 / YHTool / 1.0.0 / YHTool.podspec.json
blob0e16e902b6229c20e87d03ac918898cac7e95203
2   "name": "YHTool",
3   "version": "1.0.0",
4   "summary": "自定义的工具.",
5   "description": "主要包含网络请求、自定义 view、扩展工具.",
6   "homepage": "https://github.com/GoGoodGo/YHTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OYangHui": "442371047@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/GoGoodGo/YHTool.git",
16     "tag": "1.0.0"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "YHTool/Classes/**/*.{swift,h,m}",
23   "resource_bundles": {
24     "YHTool": "YHTool/Classes/**/*.xib"
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "Alamofire": [
33     ],
34     "SwiftyJSON": [
36     ],
37     "ObjectMapper": [
38       "~> 3.3"
39     ],
40     "AlamofireObjectMapper": [
41       "~> 5.0"
42     ],
43     "MBProgressHUD": [
44       "~> 0.9.2"
45     ],
46     "QBImagePickerController": [
48     ],
49     "SDWebImage": [
50       "~>  3.8.0"
51     ]
52   }