5 Commits
Author SHA1 Message Date
wushenghua 85c53f07b0 修改pod文件 2016-01-21 09:34:43 +08:00
wushenghua dddd9cc42b 修改部分bug 2016-01-21 09:33:57 +08:00
wushenghua 3182a46058 xiugaipeizhi 2016-01-21 09:16:48 +08:00
wushenghua 9bcd19605a 修改 2016-01-21 08:44:55 +08:00
wushenghua 1edd47447d 修改pod文件 2016-01-21 08:39:56 +08:00
4 changed files with 14 additions and 6 deletions
-2
View File
@@ -2,14 +2,12 @@ platform :ios, '6.0'
pod 'Reachability'
pod 'SBJson'
pod 'SDWebImage'
pod 'DTCoreText'
pod 'STableViewController'
pod 'MBProgressHUD'
pod 'AFNetworking'
pod 'Mantle'
pod 'Godzippa'
pod 'EGOCache'
pod 'SecureUDID'
pod 'MJRefresh'
pod 'SVWebViewController'
pod 'ReactiveCocoa'
+4 -4
View File
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.name = "WlianWorld"
s.version = "0.0.1"
s.summary = "微连天下"
s.summary = "微连天下1"
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
@@ -88,16 +88,16 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#
s.source_files = 'WlianWorld/Model/*','WlianWorld/Util/**/*','WlianWorld/View/*','WlianWorld/ViewModel/*','WlianWorld/Config/*'
s.source_files = 'WlianWorld/Model/*.{h,m}','WlianWorld/Util/**/*.{h,m}','WlianWorld/View/*.{h,m}','WlianWorld/ViewModel/*.{h,m}','WlianWorld/Config/*.{h,m}'
# s.exclude_files = "Classes/Exclude"
s.resources = 'WlianWorld/View/*.xib','WlianWorld/Resource/*'
s.prefix_header_file = 'WlianWorld/PrefixHeader.pch'
s.frameworks = "UIKit"
s.dependency 'Mantle'
s.dependency 'AFNetworking', '~> 2.5.4'
s.dependency 'DTCoreText', '~>1.6.17'
# s.dependency 'DTCoreText', '~>1.6.17'
s.dependency 'EGOCache'
s.dependency 'Godzippa', '~>1.1.0'
s.dependency 'MBProgressHUD', '~>0.9.2'
+10
View File
@@ -534,6 +534,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1EA287A0584796EB45606160 /* Pods.debug.xcconfig */;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
"$(ARCHS_STANDARD_INCLUDING_64_BIT)",
);
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
GCC_PREFIX_HEADER = WlianWorld/PrefixHeader.pch;
INFOPLIST_FILE = WlianWorld/Info.plist;
@@ -541,6 +545,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ash.WlianWorld;
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "arm64 armv7 armv7s";
};
name = Debug;
};
@@ -548,6 +553,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = E85CC6782134D0C21F8B26CC /* Pods.release.xcconfig */;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
"$(ARCHS_STANDARD_INCLUDING_64_BIT)",
);
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
GCC_PREFIX_HEADER = WlianWorld/PrefixHeader.pch;
INFOPLIST_FILE = WlianWorld/Info.plist;
@@ -555,6 +564,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ash.WlianWorld;
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "arm64 armv7 armv7s";
};
name = Release;
};