We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f11c8f commit eb5a3bfCopy full SHA for eb5a3bf
Podfile
@@ -1,6 +1,8 @@
1
source 'https://github.com/CocoaPods/Specs.git'
2
platform :ios, '7.0'
3
4
+target "Coding_iOS" do
5
+
6
pod 'TTTAttributedLabel', '1.10.1'
7
pod 'RegexKitLite-NoWarning', '1.1.0'
8
pod 'hpple', '0.2.0'
@@ -25,6 +27,7 @@ pod 'UMengSocial', '4.2.3'
25
27
#pod 'evernote-cloud-sdk-ios', :git => 'https://github.com/evernote/evernote-cloud-sdk-ios.git', :branch => 'ios7'
26
28
pod 'evernote-cloud-sdk-ios', '2.0.2'
29
pod 'UMengAnalytics', '3.5.10'
-
30
pod 'FLEX', '~> 2.0', :configurations => ['Debug']
31
pod 'Google/Analytics', '~> 1.0.0'
32
33
+end
0 commit comments