[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / 0 / 8 / YPMedia / 0.1.0 / YPMedia.podspec.json
blobfcf05c0cd453a0a7d347da0fdfc5af0450a49d67
2   "name": "YPMedia",
3   "version": "0.1.0",
4   "summary": "A short description of YPMedia.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/oushizishu/YPMedia",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "oushizishu": "xinyapeng@baijiahulian.com"
13   },
14   "source": {
15     "git": "https://github.com/oushizishu/YPMedia.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "YPMedia/Classes/**/*.{h,m,c,cpp,mm,plist,xib}",
23   "public_header_files": "YPMedia/Classes/**/*.h",
24   "xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "default_subspecs": "Lame",
28   "dependencies": {
29     "YPPermission": [
31     ],
32     "YPFoundation": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Lame",
39       "vendored_libraries": "YPMedia/Classes/ConvertToMP3/*.a"
40     }
41   ]