[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / 4 / LWPusher / 1.0.0 / LWPusher.podspec.json
blob1dc94987839a632292b6909902e69a7713dd6326
2   "name": "LWPusher",
3   "version": "1.0.0",
4   "summary": "A short description of LWPusher.",
5   "description": "LWPush,推送组件,两行代码快速集成推送功能,基于信鸽推送,支持打开处理自定义的推送落地页。",
6   "homepage": "https://github.com/luowei/LWPush",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://github.com/luowei/LWPush.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "LWPusher/Classes/**/*",
22     "LWPusher/XGPush/*.{h,m}"
23   ],
24   "public_header_files": [
25     "LWPusher/Classes/**/*.h",
26     "LWPusher/Classes/XGPush/**/*.h"
27   ],
28   "frameworks": [
29     "Foundation",
30     "UIKit",
31     "CoreTelephony",
32     "SystemConfiguration"
33   ],
34   "weak_frameworks": "UserNotifications",
35   "vendored_libraries": "LWPusher/Classes/XGPush/libXGPush.a",
36   "libraries": [
37     "sqlite3",
38     "z",
39     "XGPush"
40   ],
41   "static_framework": true