[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 1 / TEST_Git / 0.0.5 / TEST_Git.podspec.json
blob65952cce263291af7d9c18326fde7c735015bed9
2   "name": "TEST_Git",
3   "version": "0.0.5",
4   "summary": "A short summary of TEST_Git.",
5   "description": "TEST git and cocoapods description.",
6   "homepage": "https://github.com/YongbaoWang/TEST_Git",
7   "license": "MIT",
8   "authors": {
9     "Ever": "wangyongbao2009@hotmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/YongbaoWang/TEST_Git.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "TEST_Git/Classes/Manager.swift",
19   "resources": "TEST_Git/Classes/Resources/*.png",
20   "resource_bundles": {
21     "FaceResource": "TEST_Git/Classes/Resources/*.png"
22   },
23   "requires_arc": true,
24   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Tool",
28       "source_files": "TEST_Git/Classes/Tool/*.{swift}"
29     },
30     {
31       "name": "Model",
32       "source_files": "TEST_Git/Classes/Model/*.{swift}"
33     }
34   ]