Skip to content

Commit 0b7f80f

Browse files
author
Instabug
committed
Adding podspec file
1 parent 2e929ea commit 0b7f80f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Instabug.podspec

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Pod::Spec.new do |s|
2+
s.name = "Instabug"
3+
s.version = "1.1.2"
4+
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
5+
s.homepage = "http://instabug.com"
6+
s.license = {
7+
:type => 'Commercial',
8+
:text => <<-LICENSE
9+
Copyright (C) 2013 Instabug
10+
11+
Permission is hereby granted to use this framework as is, modification are not allowed.
12+
13+
All rights reserved.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
22+
LICENSE
23+
}
24+
s.author = { "Instabug" => "[email protected]" }
25+
s.platform = :ios, '5.0'
26+
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.1.2" }
27+
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
28+
s.resources = 'Instabug.bundle'
29+
s.preserve_paths = 'Instabug.framework', 'Instabug.bundle'
30+
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreFoundation', 'SystemConfiguration', 'Foundation', 'AVFoundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'CoreLocation', 'Instabug'
31+
end

0 commit comments

Comments
 (0)