[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 1 / b / ZHCore / 1.0.1 / ZHCore.podspec.json
blobd1b10eedb4ad7e8ebfa1305e4c7b2d46bad9f279
2   "name": "ZHCore",
3   "version": "1.0.1",
4   "summary": "核心库",
5   "description": "一个app核心库",
6   "homepage": "http://123.232.102.30:11715/framework-ios/zhcore.git",
7   "license": "MIT",
8   "authors": {
9     "chenzhangli": "chenzhangli@zhenghe.cn"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "pod_target_xcconfig": {
15     "VALID_ARCHS": "x86_64 armv7 arm64"
16   },
17   "source": {
18     "git": "http://123.232.102.30:11715/framework-ios/zhcore.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "ZHCore.framework/Headers",
23     "*.{h,m}"
24   ],
25   "vendored_frameworks": "ZHCore.framework",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 4.0.1"
29     ],
30     "Masonry": [
31       "~> 1.1.0"
32     ]
33   }