Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
Specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
lhach92
2015-09-21 19:58:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5d811cae2198a1351c934838422fc0d8d25566c
a5d811ca
1 parent
5e4762b6
Update and rename BFEUMengSocial.podspec to BFEUMengSocial.podspec.json
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
136 deletions
BFEUMengSocial/4.2.3/BFEUMengSocial.podspec
BFEUMengSocial/4.2.3/BFEUMengSocial.podspec.json
BFEUMengSocial/4.2.3/BFEUMengSocial.podspec
deleted
100644 → 0
View file @
5e4762b
#
# Be sure to run `pod spec lint UMengSocial.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod
::
Spec
.
new
do
|
s
|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
s
.
name
=
"BFEUMengSocial"
s
.
version
=
"4.2.3"
s
.
summary
=
"Fork UMeng's official Social SDK for iOS."
s
.
description
=
<<-
DESC
A longer description of UMengSocial in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s
.
homepage
=
"http://EXAMPLE/UMengSocial"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Licensing your code is important. See http://choosealicense.com for more info.
# CocoaPods will detect a license file if there is a named LICENSE*
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
#
s
.
license
=
"MIT (example)"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the authors of the library, with email addresses. Email addresses
# of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
# accepts just a name if you'd rather not provide an email address.
#
# Specify a social_media_url where others can refer to, for example a twitter
# profile URL.
#
s
.
author
=
{
"lvhuan"
=>
"lhach92@163.com"
}
# Or just: s.author = "lvhuan"
# s.authors = { "lvhuan" => "lhach92@163.com" }
# s.social_media_url = "http://twitter.com/lvhuan"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If this Pod runs only on iOS or OS X, then specify the platform and
# the deployment target. You can optionally include the target after the platform.
#
# s.platform = :ios
# s.platform = :ios, "5.0"
# When using multiple platforms
# s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/umeng_ios_social_sdk_4.2.3_arm64_custom.zip"
}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# CocoaPods is smart about how it includes source code. For source files
# giving a folder will include any swift, h, m, mm, c & cpp files.
# For header files it will include any header in the folder.
# Not including the public_header_files will make all headers public.
#
s
.
source_files
=
"Classes"
,
"Classes/**/*.{h,m}"
s
.
exclude_files
=
"Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# A list of resources included with the Pod. These are copied into the
# target bundle with a build phase script. Anything else will be cleaned.
# You can preserve files from being cleaned, please don't preserve
# non-essential files like tests, examples and documentation.
#
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
# the lib prefix of their name.
#
# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.
# s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end
BFEUMengSocial/4.2.3/BFEUMengSocial.podspec.json
0 → 100644
View file @
a5d811c
{
"name"
:
"BFEUMengSocial"
,
"version"
:
"4.2.3"
,
"summary"
:
"Fork UMeng's official Social SDK for iOS."
,
"description"
:
"UMeng Social SDK,You can easily share any content to Sina Weibo, Tencent Weibo, Renren, Qzone, Doubban, Wechat and so on using our unified APIs."
,
"requires_arc"
:
false
,
"homepage"
:
"http://dev.umeng.com/social/ios/quick-integration"
,
"license"
:
{
"type"
:
"Copyright"
,
"text"
:
" Copyright 2011 - 2013 UMeng.com. All rights reserved.\n"
},
"authors"
:
{
"UMeng"
:
"support@umeng.com"
},
"source"
:
{
"http"
:
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/umeng_ios_social_sdk_4.2.3_arm64_custom.zip"
},
"source_files"
:
[
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/Header/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Sina/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Instagram/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Line/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Whatsapp/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Tumblr/*.h"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/LaiWang/*.h"
],
"resources"
:
[
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/SocialSDKXib/*.xib"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/{en,zh-Hans}.lproj"
],
"preserve_paths"
:
[
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/libUMSocial_Sdk_4.2.3.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/libUMSocial_Sdk_Comment_4.2.3.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/libSocialWechat.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/libWeChatSDK.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/libSocialQQ.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenAPI.framework"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Sina/libSocialSina.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Instagram/libSocialInstagram.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Line/libSocialLine.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Whatsapp/libSocialWhatsapp.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Tumblr/libSocialTumblr.a"
,
"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/LaiWang/libSocialLaiWang.a"
],
"libraries"
:
[
"UMSocial_Sdk_4.2.3"
,
"UMSocial_Sdk_Comment_4.2.3"
,
"SocialQQ"
,
"SocialWechat"
,
"z"
,
"sqlite3"
,
"stdc++"
,
"iconv"
,
"WeChatSDK"
,
"SocialSina"
,
"SocialInstagram"
,
"SocialLine"
,
"SocialWhatsapp"
,
"SocialTumblr"
,
"SocialLaiWang"
],
"xcconfig"
:
{
"LIBRARY_SEARCH_PATHS"
:
"$(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/ $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Sina/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Line/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Whatsapp/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Instagram/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Tumblr/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/LaiWang/**"
,
"FRAMEWORK_SEARCH_PATHS"
:
"$(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/"
},
"frameworks"
:
[
"SystemConfiguration"
,
"MobileCoreServices"
,
"TencentOpenAPI"
,
"CoreGraphics"
,
"CoreTelephony"
],
"platforms"
:
{
"ios"
:
"4.3"
}
}
...
...
Please
register
or
login
to post a comment