Skip to content

Commit

Permalink
Merge pull request #603 from smoothdvd/master
Browse files Browse the repository at this point in the history
Add Localytics-iOS-Client 2.14
  • Loading branch information
orta committed Oct 11, 2012
2 parents 8a11873 + 9670cc8 commit 6d38f89
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Localytics-iOS-Client/2.14/Localytics-iOS-Client.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Pod::Spec.new do |s|
s.name = "Localytics-iOS-Client"
s.version = "2.14"
s.summary = "Localytics iOS SDK."
s.description = <<-DESC
Localytics is built for mobile & tablet apps. Integration is easy, takes just 10 minutes and requires only a few lines of code. A quick integration allows you to track all standard metrics such as platform, device type, sessions and unique users. Event and screen tracking are used to analyze conversion funnels, screen flows, feature usage, content access, advertising performance, etc. Full support for iOS, Android, BlackBerry, Windows Phone and HTML5 apps.
Localytics is designed to measure apps, providing the greatest accuracy and lightest footprint. Apps are different than websites, offering richer experiences and a deeper integration with the device. Apps function offline, survive intermittent network connectivity, support multitasking and access location services, storage, accelerometers, network details and more. Localytics collects and combines rich data to help you build more successful applications.
DESC
s.homepage = "http://www.localytics.com/docs/"

s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright (c) 2009, Char Software, Inc. d/b/a Localytics
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Neither the name of Char Software, Inc., Localytics nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY CHAR SOFTWARE, INC. D/B/A LOCALYTICS ''AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL CHAR SOFTWARE, INC. D/B/A LOCALYTICS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = 'Char Software, Inc. d/b/a Localytics'
s.source = { :http => "http://files.localytics.com/ClientLibraries/iOS/Localytics-iOS-Client-latest.source.zip" }
s.platform = :ios, '4.0'

s.source_files = 'Localytics-iOS-Client-2.14.source/src/*.{h,m}'

s.framework = 'AdSupport'
s.library = 'z', 'sqlite3'

end

0 comments on commit 6d38f89

Please sign in to comment.