[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 6 / b / iOpenMiPush / 0.1.0 / iOpenMiPush.podspec.json
blob78cd36537d1ad21bf5778b5ce096824e9d6d47f6
2   "name": "iOpenMiPush",
3   "version": "0.1.0",
4   "summary": "小米推送SDK",
5   "description": "iOS版本的小米推送是基于Apple的APNs(Apple Push Notification Service)实现的,开发者只需在原有编码基础上添加少许代码即可使用,与Android版的小米推送类似,iOS版也提供了推送工具和数据统计等服务。",
6   "homepage": "http://dev.xiaomi.com/doc/?page_id=1670",
7   "license": {
8     "type": "LGPL",
9     "text": "                                                   小米科技 京ICP备10046444号 京公网安备1101080212535.\n"
10   },
11   "authors": {
12     "小米科技": "xiaomi.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/y500/iOpenMiPush.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "SDK/*.{h,m,a}",
22   "vendored_libraries": "SDK/libMiPushSDK.a",
23   "frameworks": [
24     "SystemConfiguration",
25     "CFNetwork",
26     "MobileCoreServices",
27     "CoreTelephony"
28   ],
29   "libraries": [
30     "resolv",
31     "xml2",
32     "z"
33   ]