[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / 1 / CUShareCenter / 1.0.0 / CUShareCenter.podspec.json
blobbab696ed8175f3e7eeebef58ad77be1671f0e838
2   "name": "CUShareCenter",
3   "version": "1.0.0",
4   "summary": "a collection of share interface including sina、qq and renren",
5   "description": "                   a collection of share interface including sina、qq and renren\n                   include renren2.0 sdk and qq connect 2.0.0\n",
6   "homepage": "https://github.com/studentdeng/CUShareCenter",
7   "license": "MIT",
8   "authors": {
9     "curer": "studentdeng@hotmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/studentdeng/CUShareCenter.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "CUShareCenter",
20     "CUShareCenter/**/*.{h,m}"
21   ],
22   "resources": [
23     "CUShareCenter/Vendor/qq/TencentOpenApi_IOS_Bundle.bundle",
24     "CUShareCenter/Vendor/renren/RennSDK.bundle",
25     "CUShareCenter/Vendor/SinaWeibo/SinaWeibo.bundle"
26   ],
27   "frameworks": "CoreTelephony",
28   "vendored_frameworks": [
29     "CUShareCenter/Vendor/qq/TencentOpenAPI.framework",
30     "CUShareCenter/Vendor/renren/RennSDK.framework"
31   ],
32   "libraries": [
33     "sqlite3",
34     "stdc++"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "CURestKit": [
39       "~> 1.0.3"
40     ]
41   }