[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / f / ZLCommonMethod / 0.1.5 / ZLCommonMethod.podspec.json
blob876384c0c012befc43dce6ba777c383a7121c56b
2   "name": "ZLCommonMethod",
3   "version": "0.1.5",
4   "summary": "Common method for us to use in iOS projects.",
5   "description": "When we create a new project, we could use cocoapods to add all the useful files we collect to help us develop our new product",
6   "homepage": "https://github.com/ZhuShouyu/ZLCommonMethod",
7   "license": "MIT",
8   "authors": {
9     "Siam": "shouyuzhu@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ZhuShouyu/ZLCommonMethod.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZLCommonMethod": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "MBProgressHUD": [
27       "~> 0.9.1"
28     ]
29   }