Skip to content

Commit eb5a3bf

Browse files
committed
Podfile 添加 target 设置
1 parent 9f11c8f commit eb5a3bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Podfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '7.0'
33

4+
target "Coding_iOS" do
5+
46
pod 'TTTAttributedLabel', '1.10.1'
57
pod 'RegexKitLite-NoWarning', '1.1.0'
68
pod 'hpple', '0.2.0'
@@ -25,6 +27,7 @@ pod 'UMengSocial', '4.2.3'
2527
#pod 'evernote-cloud-sdk-ios', :git => 'https://github.com/evernote/evernote-cloud-sdk-ios.git', :branch => 'ios7'
2628
pod 'evernote-cloud-sdk-ios', '2.0.2'
2729
pod 'UMengAnalytics', '3.5.10'
28-
2930
pod 'FLEX', '~> 2.0', :configurations => ['Debug']
3031
pod 'Google/Analytics', '~> 1.0.0'
32+
33+
end

0 commit comments

Comments
 (0)