Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' m.version = '3.0.1-symbols' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.' m.homepage = 'https://www.mapbox.com/ios-sdk/' m.license = { :type => 'BSD', :file => 'Mapbox.framework/LICENSE.md' } m.author = { 'Mapbox' => 'mobile@mapbox.com' } m.screenshot = 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png' m.social_media_url = 'https://twitter.com/mapbox' m.documentation_url = 'https://www.mapbox.com/ios-sdk/' m.source = { :http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/Mapbox.framework-#{m.version.to_s}.zip", :flatten => true } m.platform = :ios m.ios.deployment_target = '7.0' m.requires_arc = true m.preserve_paths = '**' m.resource_bundle = { 'Mapbox' => 'Mapbox.framework/Mapbox.bundle/*' } m.vendored_frameworks = 'Mapbox.framework' m.module_name = 'Mapbox' m.frameworks = 'CoreLocation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration' m.libraries = 'c++', 'sqlite3', 'z' m.pod_target_xcconfig = { 'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++', 'OTHER_LDFLAGS' => '-ObjC', } end