initial commit
parents
Showing
.gitignore
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE.md
0 → 100644
Motion.podspec
0 → 100755
Pod::Spec.new do |s| | ||
s.name = 'Motion' | ||
s.version = '1.0.0' | ||
s.license = 'BSD-3-Clause' | ||
s.summary = 'A seamless animation and transition framework in Swift.' | ||
s.homepage = 'http://cosmicmind.com/motion' | ||
s.social_media_url = 'https://www.facebook.com/cosmicmindcom' | ||
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' } | ||
s.source = { :git => 'https://github.com/CosmicMind/Motion.git', :tag => s.version } | ||
s.platform = :ios, '8.0' | ||
s.default_subspec = 'Core' | ||
s.subspec 'Core' do |s| | ||
s.ios.deployment_target = '8.0' | ||
s.ios.source_files = 'Sources/**/*.swift' | ||
s.requires_arc = true | ||
end | ||
end |
Motion.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
Sources/Info.plist
0 → 100644
Sources/LICENSE
0 → 100644
Sources/Motion.h
0 → 100644
Sources/Motion.swift
0 → 100644
Sources/MotionAnimation.swift
0 → 100644
This diff is collapsed.
Click to expand it.
Sources/MotionTransition.swift
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment