blob: d6ab247e5b7c73202e1768146f6e304b7008baee [file] [log] [blame]
{
"name": "TXVideoRecordingKit",
"version": "0.1.1",
"summary": "仿微信视频录制以及拍照功能,完全解耦使用“MGJRouterKit”中的open方法即可打开或获取该模块.",
"description": "仿微信视频录制以及拍照功能,完全解耦使用“MGJRouterKit”中的open方法即可打开或获取该模块,使用简单易懂.",
"homepage": "https://github.com/xtzPioneer/TXVideoRecordingKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xtzPioneer": "xtz_pioneer@163.com"
},
"source": {
"git": "https://github.com/xtzPioneer/TXVideoRecordingKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TXVideoRecordingKit/Classes/**/*.{h,m}",
"dependencies": {
"MGJRouterKit": [
]
},
"prefix_header_contents": "#import \"TXVideoRecordingKit.h\"",
"resource_bundles": {
"TXVideoRecordingKit": [
"TXVideoRecordingKit/Classes/**/*.{png,xib}"
]
}
}