[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / a / KZWFoundation / 2.0.0 / KZWFoundation.podspec.json
blob380ed18b30fa978c2709e7241b104dfef9e77021
2   "name": "KZWFoundation",
3   "version": "2.0.0",
4   "summary": "iOS 基本库",
5   "description": "iOS基本库",
6   "homepage": "https://github.com/ouyrp/KZWFoundation",
7   "license": "MIT",
8   "authors": {
9     "ouyang": "1697006288@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ouyrp/KZWFoundation.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "KZWFoundation/Classes/KZWFoundationHear.h",
19   "dependencies": {
20     "Masonry": [
22     ],
23     "MJRefresh": [
25     ],
26     "AFNetworking": [
28     ],
29     "Mantle": [
31     ],
32     "MBProgressHUD": [
34     ],
35     "SAMKeychain": [
37     ],
38     "dsBridge": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Content",
45       "source_files": "KZWFoundation/Classes/**/*",
46       "resource_bundles": {
47         "KZWFundation": "KZWFoundation/Assets/*"
48       },
49       "exclude_files": "KZWFoundation/Classes/KZWFoundationHear.h",
50       "frameworks": [
51         "MapKit",
52         "WebKit",
53         "AudioToolbox"
54       ]
55     }
56   ]