Commit f14ff2de authored by gm-mini's avatar gm-mini

mbp

parent 98cf49fa
......@@ -10,7 +10,7 @@ source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
target 'GMShareSDK_Example' do
pod 'GMShareSDK', :path => '../'
pod 'MBProgressHUD', '1.1.0'
pod 'MBProgressHUD', '0.9.2'
target 'GMShareSDK_Tests' do
inherit! :search_paths
......
......@@ -54,7 +54,7 @@ PODS:
- WechatOpenSDK
- WeiboSDK
- Masonry (1.1.0)
- MBProgressHUD (1.1.0)
- MBProgressHUD (0.9.2)
- SDWebImage (5.4.0):
- SDWebImage/Core (= 5.4.0)
- SDWebImage/Core (5.4.0)
......@@ -64,7 +64,7 @@ PODS:
DEPENDENCIES:
- GMShareSDK (from `../`)
- MBProgressHUD (= 1.1.0)
- MBProgressHUD (= 0.9.2)
SPEC REPOS:
"git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git":
......@@ -97,12 +97,12 @@ SPEC CHECKSUMS:
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMShareSDK: 0eb73091491849a0f0bcf8c976ddef860fb44c0e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
WechatOpenSDK: 368ae03b72ee3ea1328c4f11326fbb5d2721d118
WeiboSDK: acb067053668102cf07d01aa7604350162c2e466
PODFILE CHECKSUM: f7f43230ff4b071c07a8cd96821fe597fdb590f6
PODFILE CHECKSUM: 7d810478599596071b1f4191c35ed3266ebed840
COCOAPODS: 1.8.4
Copyright © 2009-2016 Matej Bukovinski
Copyright (c) 2009-2015 Matej Bukovinski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -54,7 +54,7 @@ PODS:
- WechatOpenSDK
- WeiboSDK
- Masonry (1.1.0)
- MBProgressHUD (1.1.0)
- MBProgressHUD (0.9.2)
- SDWebImage (5.4.0):
- SDWebImage/Core (= 5.4.0)
- SDWebImage/Core (5.4.0)
......@@ -64,7 +64,7 @@ PODS:
DEPENDENCIES:
- GMShareSDK (from `../`)
- MBProgressHUD (= 1.1.0)
- MBProgressHUD (= 0.9.2)
SPEC REPOS:
"git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git":
......@@ -97,12 +97,12 @@ SPEC CHECKSUMS:
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMShareSDK: 0eb73091491849a0f0bcf8c976ddef860fb44c0e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
WechatOpenSDK: 368ae03b72ee3ea1328c4f11326fbb5d2721d118
WeiboSDK: acb067053668102cf07d01aa7604350162c2e466
PODFILE CHECKSUM: f7f43230ff4b071c07a8cd96821fe597fdb590f6
PODFILE CHECKSUM: 7d810478599596071b1f4191c35ed3266ebed840
COCOAPODS: 1.8.4
This diff is collapsed.
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "QuartzCore"
OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
......@@ -132,7 +132,7 @@ THE SOFTWARE.
## MBProgressHUD
Copyright © 2009-2016 Matej Bukovinski
Copyright (c) 2009-2015 Matej Bukovinski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -191,7 +191,7 @@ THE SOFTWARE.
</dict>
<dict>
<key>FooterText</key>
<string>Copyright © 2009-2016 Matej Bukovinski
<string>Copyright (c) 2009-2015 Matej Bukovinski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment