[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / a / 7 / 1 / rtmp-wrapper / 1.0.2 / rtmp-wrapper.podspec.json
blob1f46d0840ae2c3698045fd3eca038c4e23986d04
2   "name": "rtmp-wrapper",
3   "version": "1.0.2",
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.2",
13     "submodules": true
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "dependencies": {
21     "librtmp-iOS": [
22       "~> 1.0.1"
23     ]
24   },
25   "public_header_files": "rtmp-wrapper/RtmpWrapper.h",
26   "source_files": "rtmp-wrapper/{*}.{h,m}",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/librtmp-iOS/include/**",
29     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/librtmp-iOS/lib/**"
30   }