[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 8 / 9 / MVoIP / 1.0.0 / MVoIP.podspec.json
bloba99001777e0a1c10ca5d6cdca6471c78b3daf1b4
2   "name": "MVoIP",
3   "version": "1.0.0",
4   "summary": "This is a short description of MVoIP in MVoIP.podspec.",
5   "description": "                   A longer description of MVoIP in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "http://rongcloud.cn/",
7   "license": "MIT",
8   "authors": {
9     "MiaoGuangfa": "miaoguangfa@rongcloud.cn"
10   },
11   "social_media_url": "http://weibo.com/2060062133/profile?topnav=1&wvr=6",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/0x4d4746h/MVoIP.git",
17     "tag": "1.0.0"
18   },
19   "exclude_files": [
20     "RongCloudSDK/RongIMKit.framework/RongIMKit",
21     "RongCloudSDK/RongIMLib.framework/RongIMLib"
22   ],
23   "public_header_files": [
24     "RongCloudSDK/RongIMKit.framework/Headers/*.h",
25     "RongCloudSDK/RongIMLib.framework/Headers/*.h"
26   ],
27   "resources": "RongCloudSDK/RongCloud.bundle/*.png",
28   "frameworks": [
29     "AssetsLibrary",
30     "MapKit",
31     "ImageIO",
32     "CoreLocation",
33     "SystemConfiguration",
34     "QuartzCore",
35     "OpenGLES",
36     "CoreVideo",
37     "CoreTelephony",
38     "CoreMedia",
39     "CoreAudio",
40     "CFNetwork",
41     "AudioToolbox",
42     "AVFoundation",
43     "UIKit",
44     "CoreGraphics"
45   ],
46   "libraries": [
47     "z",
48     "xml2",
49     "stdc++",
50     "sqlite3",
51     "c++",
52     "c++abi"
53   ],
54   "requires_arc": true,
55   "xcconfig": {
56     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
57   }