Skip to content

Commit

Permalink
use 1.8.6 hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 31, 2012
1 parent 658ea6c commit 986eb0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ARAnalytics/1.0/ARAnalytics.podspec
Expand Up @@ -10,13 +10,13 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source_files = '*.{h,m}'

testflight_sdk = { spec_name: "TestFlight", dependency: "TestFlightSDK", import_file: "TestFlight" }
mixpanel = { spec_name: "Mixpanel", dependency: "Mixpanel", import_file: "Mixpanel" }
localytics = { spec_name: "Localytics", dependency: "Localytics", import_file: "LocalyticsSession" }
flurry = { spec_name: "Flurry", dependency: "FlurrySDK", import_file: "Flurry" }
google = { spec_name: "GoogleAnalytics", dependency: "GoogleAnalytics-iOS-SDK", import_file: "GAI" }
kissmetrics = { spec_name: "KISSmetrics", dependency: "KISSmetrics", import_file: "KISSMetricsAPI" }
crittercism = { spec_name: "Crittercism", dependency: "CrittercismSDK", import_file: "Crittercism" }
testflight_sdk = { :spec_name => "TestFlight", :dependency => "TestFlightSDK", :import_file => "TestFlight" }
mixpanel = { :spec_name => "Mixpanel", :dependency => "Mixpanel", :import_file => "Mixpanel" }
localytics = { :spec_name => "Localytics", :dependency => "Localytics", :import_file => "LocalyticsSession" }
flurry = { :spec_name => "Flurry", :dependency => "FlurrySDK", :import_file => "Flurry" }
google = { :spec_name => "GoogleAnalytics", :dependency => "GoogleAnalytics-iOS-SDK", :import_file => "GAI" }
kissmetrics = { :spec_name => "KISSmetrics", :dependency => "KISSmetrics", :import_file => "KISSMetricsAPI" }
crittercism = { :spec_name => "Crittercism", :dependency => "CrittercismSDK", :import_file => "Crittercism" }

# I think we want hockeyapp, not hockey kit.
# hockey_kit = { spec_name: "HockeyKit", dependency: "HockeyKit", import_file: "BWGlobal" }
Expand Down

0 comments on commit 986eb0c

Please sign in to comment.