removed submodule motion with git@github.com
Showing
Motion @ 8530c668
Sources/Frameworks/Motion/.gitignore
0 → 100644
Sources/Frameworks/Motion/.swift-version
0 → 100644
Sources/Frameworks/Motion/CHANGELOG.md
0 → 100644
Sources/Frameworks/Motion/CONTRIBUTING.md
0 → 100644
Sources/Frameworks/Motion/LICENSE.md
0 → 100644
Sources/Frameworks/Motion/Motion.podspec
0 → 100755
Pod::Spec.new do |s| | ||
s.name = 'Motion' | ||
s.version = '1.2.2' | ||
s.license = 'MIT' | ||
s.summary = 'A library used to create beautiful animations and transitions for Apple devices.' | ||
s.homepage = 'http://cosmicmind.com' | ||
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 |
Sources/Frameworks/Motion/README.md
0 → 100644
Sources/Frameworks/Motion/Sources/Info.plist
0 → 100644
Sources/Frameworks/Motion/Sources/LICENSE
0 → 100644
Sources/Frameworks/Motion/Sources/Motion.h
0 → 100644
Please
register
or
sign in
to comment