-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathMPSkewed.podspec
31 lines (25 loc) · 1.2 KB
/
MPSkewed.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Be sure to run `pod lib lint MPSkewed.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "MPSkewed"
s.version = "0.9.0"
s.summary = "Skewed collection view cells with Parallax inspired by http://capptivate.co/2014/01/18/timbre-2/."
s.description = "A super-cool collection view cell and layout inspired by [this collectionView](http://capptivate.co/2014/01/18/timbre-2/)"
s.homepage = "https://github.com/MP0w/MPSkewed"
s.screenshots = "https://raw.githubusercontent.com/MP0w/MPSkewed/master/img/inaction.gif"
s.license = 'BSD'
s.author = { "Alex Manzella" => "[email protected]" }
s.source = { :git => "https://github.com/MP0w/MPSkewed.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/manzopower'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Classes/'
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit'
end