From d8a52e01ed3eb793110fa5e8fdec40740ce8ffbc Mon Sep 17 00:00:00 2001 From: Gabriel Rinaldi Date: Tue, 5 Mar 2013 09:20:48 -0800 Subject: [PATCH] [Update] Countly (1.0.0) --- Countly/1.0.0/Countly.podspec | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Countly/1.0.0/Countly.podspec diff --git a/Countly/1.0.0/Countly.podspec b/Countly/1.0.0/Countly.podspec new file mode 100644 index 00000000..8c189314 --- /dev/null +++ b/Countly/1.0.0/Countly.podspec @@ -0,0 +1,55 @@ +Pod::Spec.new do |s| + s.name = 'Countly' + s.version = '1.0.0' + s.license = { + :type => 'COMMUNITY', + :text => <<-LICENSE + COUNTLY MOBILE ANALYTICS COMMUNITY EDITION LICENSE + -------------------------------------------------- + + Copyright (C) 2011-2012 Countly, www.count.ly + + Permission to use and modify this software and its documentation for any + purpose, without fee, and without a written agreement is hereby granted, + provided that this copyright notice including this paragraph and + following two paragraphs appear in all copies. + + 1. You may copy and distribute the Software in unmodified form provided + that the entire package, including - but not restricted to - copyright, + trademark notices and disclaimers, as released by the initial developer + of the Software, is distributed. + + 2. You may make modifications to the Software and distribute your + modifications, in a form that is separate from the Software, such as + patches. Modifications must not alter or remove any copyright notices in + the Software. + + 3. You may develop application programs, reusable components and other + software items that link with the original or modified versions of the + Software. + + 4. You cannot, under any conditions, rebrand and claim ownership, or + bundle this Software with another product or Software. You cannot remove + Countly logo and footer link of the Software. This License does not + grant any rights to use the trademarks Countly and the Countly logos. + + THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL COUNTLY INC. OR THE AUTHORS OR COPYRIGHT HOLDERS IN + THE SOFTWARE BE LIABLE FOR ANY CLAIM, DAMAGES (INCLUDING, WITHOUT + LIMITATION, DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES) OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + LICENSE + } + s.summary = 'Countly is an innovative, real-time, open source mobile analytics application.' + s.homepage = 'https://github.com/Countly/countly-sdk-ios' + s.author = {'Countly' => 'hello@count.ly'} + s.source = { :git => 'https://github.com/Countly/countly-sdk-ios.git', :tag => '1.0.0' } + s.source_files = '*.{h,m}' + s.requires_arc = false + s.platform = :ios, '4.3' + s.framework = 'CoreTelephony' +end