[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / e / 3 / JMMP3Record / 1.0 / JMMP3Record.podspec.json
blobd1fc3c405b9aed53ec458003dea0ae0d8dcc4307
2   "name": "JMMP3Record",
3   "version": "1.0",
4   "summary": "iOS录音框架,自动转换mp3格式",
5   "description": "iOS录音框架",
6   "homepage": "https://coding.jiamiantech.com/ce/JMMP3Record.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bloack": "junchen.liu@jiamiantech.com"
13   },
14   "source": {
15     "git": "git@coding.jiamiantech.com:ce/JMMP3Record.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JMMP3Record/Classes/**/*",
22   "vendored_libraries": "JMMP3Record/Classes/*.a",
23   "pod_target_xcconfig": {
24     "ENABLE_BITCODE": "NO"
25   },
26   "public_header_files": "JMMP3Record/Classes/RecorderManager.h",
27   "frameworks": [
28     "AVFoundation",
29     "AudioToolbox"
30   ],
31   "dependencies": {
32     "BlocksKit/Core": [
34     ]
35   }