[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 9 / b / 1 / LFBSocialSDK / 1.0.0 / LFBSocialSDK.podspec.json
blob3b15988941f18dcf38292083787256d8796b264f
2   "name": "LFBSocialSDK",
3   "version": "1.0.0",
4   "summary": "一款提供分享和第三方登陆服务的框架",
5   "description": "简单易容的分享框架,目前提供微信、\n朋友圈、QQ、QQ空间、新浪微博分享服务,\n同时也提供了第三方登录功能\n持续更新中...",
6   "homepage": "https://github.com/LiuFuBo1991/LFBSocialSDK",
7   "license": "MIT",
8   "authors": {
9     "liufubo": "18380438251@163.com"
10   },
11   "social_media_url": "http://www.jianshu.com/u/7d935e492eec",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/LiuFuBo1991/LFBSocialSDK.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "LFBSocialSDK",
21     "LFBSocialSDK/**/*.{h,m}"
22   ],
23   "public_header_files": "LFBSocialSDK/**/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "WechatOpenSDK": [
27       "~> 1.8.4"
28     ],
29     "TencentOpenAPI": [
30       "~> 1.0.0"
31     ],
32     "WeiboSDK": [
33       "~> 3.1.3"
34     ],
35     "Masonry": [
36       "~> 1.1.0"
37     ]
38   }