[Add] Dalila 1.0.25
[CocoaPods.git] / Specs / 8 / d / 0 / ProRTC_iOS / 1.0.1 / ProRTC_iOS.podspec.json
blob1722695202c433078ebf2919ed76488bf1c9cf5c
2   "name": "ProRTC_iOS",
3   "version": "1.0.1",
4   "summary": "An easy-to-use framework provides native WebRTC support on iOS platform.",
5   "homepage": "http://prortc.com",
6   "license": {
7     "type": "Commercial",
8     "text": "http://prortc.com/terms-conditions.php"
9   },
10   "authors": {
11     "ProRTC project authors": "support@prortc.com"
12   },
13   "source": {
14     "git": "https://github.com/ProRTC/ProRTC_iOS.git",
15     "tag": "1.0.1"
16   },
17   "social_media_url": "https://twitter.com/ProRTCApp",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "vendored_frameworks": "ProRTC_iOS/ProRTC.framework"
24   },
25   "frameworks": [
26     "SystemConfiguration",
27     "UIKit",
28     "GLKit",
29     "CoreMedia",
30     "CoreGraphics",
31     "AVFoundation",
32     "Foundation",
33     "Security",
34     "CFNetwork",
35     "AudioToolbox",
36     "VideoToolbox",
37     "CoreAudio",
38     "CoreVideo",
39     "OpenGLES",
40     "QuartzCore"
41   ],
42   "libraries": [
43     "c++",
44     "icucore",
45     "stdc++",
46     "System",
47     "sqlite3"
48   ],
49   "pod_target_xcconfig": {
50     "OTHER_LDFLAGS": "-ObjC",
51     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/ProRTC_iOS"
52   }