[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 6 / 2 / SHExtensionKit / 0.1.0 / SHExtensionKit.podspec.json
blob2070421e5f109189f0bb5f7b2099f1507570da48
2   "name": "SHExtensionKit",
3   "version": "0.1.0",
4   "summary": "UI、布局、基础类的扩展",
5   "description": "扩展部分UI布局,帮助我们更快速的构建UI\n扩展部分基础类,帮助我们快速的完成某些逻辑",
6   "homepage": "https://github.com/yangzq007/SHExtensionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangzq007": "yangzq007@126.com"
13   },
14   "source": {
15     "git": "https://github.com/yangzq007/SHExtensionKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SHExtensionKit/Classes/**/*",
22   "pod_target_xcconfig": {
23     "GENERATE_INFOPLIST_FILE": "YES"
24   },
25   "user_target_xcconfig": {
26     "GENERATE_INFOPLIST_FILE": "YES"
27   }