[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 8 / IRPlayer / 0.3.3 / IRPlayer.podspec.json
blobf4319c3cabd7128b3738e1a4eb2a12c723dc4798
2   "name": "IRPlayer",
3   "version": "0.3.3",
4   "summary": "A powerful video player of iOS.",
5   "description": "A powerful video player of iOS.",
6   "homepage": "https://github.com/irons163/IRPlayer.git",
7   "license": "MIT",
8   "authors": "irons163",
9   "platforms": {
10     "ios": "11.0"
11   },
12   "source": {
13     "git": "https://github.com/irons163/IRPlayer.git",
14     "tag": "0.3.3"
15   },
16   "source_files": "IRPlayer/**/*.{h,m}",
17   "exclude_files": "**/ThirdParty/ffmpeg/include/**/*.h",
18   "dependencies": {
19     "IRFFMpeg": [
21     ]
22   },
23   "pod_target_xcconfig": {
24     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/IRFFMpeg/include\" \"$(PODS_ROOT)/IRPlayer/IRFFMpeg\"",
25     "GCC_PREPROCESSOR_DEFINITIONS": "IRPLATFORM_TARGET_OS_IPHONE_OR_TV IRPLATFORM_TARGET_OS_MAC_OR_IPHONE",
26     "OTHER_LDFLAGS": "${inherited}",
27     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
28   },
29   "user_target_xcconfig": {
30     "VALID_ARCHS": "arm64 armv7"
31   },
32   "libraries": [
33     "z",
34     "iconv",
35     "bz2",
36     "lzma"
37   ]