[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / f / VICocoaTools / 0.3 / VICocoaTools.podspec.json
blob75751a00f2295d9a3ab40bbf24bcfa35dd737537
2   "name": "VICocoaTools",
3   "version": "0.3",
4   "summary": "自己使用的一个工具类.",
5   "module_name": "VICocoaTools",
6   "description": "平时使用的一些工具类,为了方便,使用pod 打包起来,方便跨项目使用",
7   "homepage": "https://github.com/viroyalnj/VICocoaTools",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "guofengld": "guofengld@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/viroyalnj/VICocoaTools.git",
17     "tag": "0.3"
18   },
19   "platforms": {
20     "ios": "8.1"
21   },
22   "requires_arc": true,
23   "source_files": "VICocoaTools/VICocoaTools.h",
24   "dependencies": {
25     "MBProgressHUD": [
27     ],
28     "SDWebImage": [
30     ],
31     "AFNetworking": [
33     ],
34     "Masonry": [
36     ],
37     "SSZipArchive": [
39     ]
40   },
41   "resource_bundles": {
42     "Resources": [
43       "VICocoaTools/Resources/*.png",
44       "VICocoaTools/Resources/*.lproj"
45     ]
46   },
47   "subspecs": [
48     {
49       "name": "Classes",
50       "source_files": "VICocoaTools/Classes/*.{h,m}"
51     }
52   ]