update
parents
Showing
.gitignore
0 → 100644
FocusKit.podspec
0 → 100755
Pod::Spec.new do |s| | ||
s.name = 'GK' | ||
s.version = '3.15.0' | ||
s.license = { :type => "AGPLv3+", :file => "LICENSE" } | ||
s.summary = 'A powerful iOS / OSX framework for data-driven design.' | ||
s.homepage = 'https://github.com/GraphKit/GraphKit' | ||
s.social_media_url = 'https://www.facebook.com/graphkit' | ||
s.authors = { 'GraphKit Inc.' => 'daniel@graphkit.io' } | ||
s.source = { :git => 'https://github.com/GraphKit/GraphKit.git', :tag => s.version } | ||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.10' | ||
s.source_files = 'Source/*.swift' | ||
s.requires_arc = true | ||
end | ||
FocusKit.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
Source/Capture.swift
0 → 100644
This diff is collapsed.
Click to expand it.
Source/CapturePreview.swift
0 → 100644
Source/FabButton.swift
0 → 100644
Source/FlatButton.swift
0 → 100644
Source/Info.plist
0 → 100644
Source/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
Source/MaterialKit+UIView.swift
0 → 100644
Source/RaisedButton.swift
0 → 100644
Source/Text.swift
0 → 100644
Source/TextStorage.swift
0 → 100644
Source/TextView.swift
0 → 100644
Tests/FocusKitTests.swift
0 → 100644
Tests/Info.plist
0 → 100644
Please
register
or
sign in
to comment