Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions InkiOSFramework.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = 'InkiOSFramework'
s.version = '0.4.4'
s.summary = 'Ink iOS Framework'
s.description = <<-DESC
The Ink mobile framework for iOS. Connect your app with others to enable
new workflows and capabilities for your users.
DESC
s.homepage = 'http://inkmobility.com'
s.license = {
:type => 'Copyright',
:text => 'http://inkmobility.com/license'
}
s.author = 'Cloudtop Inc.'

s.source = { :http => 'https://github.com/Ink/InkiOSFramework.git'}
s.platform = :ios
s.ios.deployment_target = '6.0'

s.vendored_frameworks = 'Library/INK.framework'
s.resource = 'Library/INK.bundle'

s.frameworks = 'MobileCoreServices', 'CFNetwork', 'Accelerate', 'Security', 'SystemConfiguration', 'QuickLook', 'QuartzCore', 'CoreGraphics'
s.libraries = 'sqlite3.0', 'icucore'
s.xcconfig = { 'OTHER_LDFLAGS' => '-all_load -lz' }
end