[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 7 / SHBContactManager / 0.0.3 / SHBContactManager.podspec.json
blob53b03f948b836ead199165247751d4d43b5d5459
2   "name": "SHBContactManager",
3   "version": "0.0.3",
4   "summary": "本地通讯录读取模块",
5   "description": "读取本地通讯录,组件化封装,并区分 iOS9 以上或以下api,需要 xCode 9 以上打开。",
6   "homepage": "https://github.com/jiutianhuanpei/SHBContactManager",
7   "license": "MIT",
8   "authors": {
9     "shenhongbang": "shenhongbang@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/jiutianhuanpei/SHBContactManager.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "ContactManager/**/*",
19   "frameworks": [
20     "AddressBook",
21     "Contacts"
22   ],
23   "dependencies": {
24     "HYMediator": [
26     ]
27   },
28   "xcconfig": {
29     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/HYMediator"
30   },
31   "requires_arc": true