[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / 2 / WDWeiboSDK / 1.0.0 / WDWeiboSDK.podspec.json
blobe3835b2b306e0240035b1c8e8f68535812ba1a60
2   "name": "WDWeiboSDK",
3   "version": "1.0.0",
4   "summary": "Weibo SDK",
5   "description": "It is a Weibo SDK use on ios by Objective-c.",
6   "homepage": "https://github.com/CoderWD/WDWeiboSDK",
7   "license": "MIT",
8   "authors": {
9     "Coder He": "heweidong@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/CoderWD/WDWeiboSDK.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-lObjC"
21   },
22   "source_files": "*.h",
23   "vendored_libraries": "libWeiboSDK.a",
24   "resources": "WeiboSDK.bundle",
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "QuartzCore",
29     "ImageIO",
30     "SystemConfiguration",
31     "Security",
32     "CoreTelephony",
33     "CoreText",
34     "CoreGraphics"
35   ],
36   "libraries": [
37     "z",
38     "sqlite3"
39   ]