[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 0 / NCWeibo / 0.2.2 / NCWeibo.podspec.json
blob58efdc33616b8990b2dedab32567580d3a82db02
2   "name": "NCWeibo",
3   "version": "0.2.2",
4   "summary": "Another non-official Sina Weibo SDK in Objective-C.",
5   "homepage": "https://github.com/nickcheng/NCWeibo",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "nickcheng": "n@nickcheng.com"
12   },
13   "source": {
14     "git": "https://github.com/nickcheng/NCWeibo.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "NCWeibo/**/*.{h,m}",
22     "libWeiboSDK/**/*.{h,m}"
23   ],
24   "resources": "libWeiboSDK/WeiboSDK.bundle",
25   "vendored_libraries": "libWeiboSDK/libWeiboSDK.a",
26   "public_header_files": [
27     "NCWeibo/**/*.h",
28     "libWeiboSDK/**/*.h"
29   ],
30   "frameworks": [
31     "SystemConfiguration",
32     "Security",
33     "MobileCoreServices",
34     "ImageIO",
35     "CoreText",
36     "QuartzCore",
37     "UIKit",
38     "Foundation",
39     "CoreGraphics",
40     "CoreTelephony"
41   ],
42   "libraries": [
43     "sqlite3",
44     "z"
45   ],
46   "requires_arc": true,
47   "dependencies": {
48     "SAMKeychain": [
49       "~> 1.5.2"
50     ]
51   }