[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 1 / rtmp-wrapper / 1.0.8 / rtmp-wrapper.podspec.json
blob725f2b16d8ccfe2677fa98d78cab927265395243
2   "name": "rtmp-wrapper",
3   "version": "1.0.8",
4   "license": "MIT",
5   "summary": "librtmp wrapper library for IOS",
6   "homepage": "https://github.com/ifactorylab/rtmp-wrapper",
7   "authors": {
8     "Min Kim": "minsikzzang@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ifactorylab/rtmp-wrapper.git",
12     "tag": "1.0.8",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "dependencies": {
21     "librtmp-iOS": [
22       "~> 1.0.1"
23     ],
24     "IFTimeoutBlock": [
25       "~> 1.0.0"
26     ]
27   },
28   "public_header_files": "rtmp-wrapper/RtmpWrapper.h",
29   "source_files": "rtmp-wrapper/{*}.{h,m}",
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/librtmp-iOS/include/**",
32     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/librtmp-iOS/lib/**"
33   },
34   "libraries": [
35     "ssl",
36     "crypto",
37     "rtmp",
38     "z"
39   ]