[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 7 / 5 / SendWeChatDemo / 0.0.8 / SendWeChatDemo.podspec.json
blobccfed6a089ddd1713ab7fdc05c86b19bb81e1c7f
2   "name": "SendWeChatDemo",
3   "version": "0.0.8",
4   "summary": "SendWeChatDemo is a Demo to send images like wechat",
5   "homepage": "https://github.com/qin-xiaogang/SendWeChatDemo",
6   "license": "MIT",
7   "authors": {
8     "秦晓刚": "qinxiaogang@aliyun.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/qin-xiaogang/SendWeChatDemo.git",
15     "tag": "0.0.8"
16   },
17   "source_files": [
18     "SendWeChatDemo",
19     "SendWeChatDemo/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "AssetsLibrary",
23     "Photos"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "QBImagePickerController": [
29     ],
30     "Masonry": [
31       "~> 1.0.0"
32     ]
33   }