[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 6 / 8 / TXVideoRecordingKit / 0.1.1 / TXVideoRecordingKit.podspec.json
blobd6ab247e5b7c73202e1768146f6e304b7008baee
2   "name": "TXVideoRecordingKit",
3   "version": "0.1.1",
4   "summary": "仿微信视频录制以及拍照功能,完全解耦使用“MGJRouterKit”中的open方法即可打开或获取该模块.",
5   "description": "仿微信视频录制以及拍照功能,完全解耦使用“MGJRouterKit”中的open方法即可打开或获取该模块,使用简单易懂.",
6   "homepage": "https://github.com/xtzPioneer/TXVideoRecordingKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xtzPioneer": "xtz_pioneer@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xtzPioneer/TXVideoRecordingKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TXVideoRecordingKit/Classes/**/*.{h,m}",
22   "dependencies": {
23     "MGJRouterKit": [
25     ]
26   },
27   "prefix_header_contents": "#import \"TXVideoRecordingKit.h\"",
28   "resource_bundles": {
29     "TXVideoRecordingKit": [
30       "TXVideoRecordingKit/Classes/**/*.{png,xib}"
31     ]
32   }