-
Notifications
You must be signed in to change notification settings - Fork 22
/
MCCardPickerCollectionViewController.podspec
31 lines (22 loc) · 1.22 KB
/
MCCardPickerCollectionViewController.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
Pod::Spec.new do |s|
s.name = "MCCardPickerCollectionViewController"
s.version = "1.0.0"
s.summary = "A card collection view controller inspired by Facebook People you may know."
s.description = <<-DESC
A card collection view controller inspired by Facebook People you may know.
- Required on iOS 7.
- Use it as normal collection view controller.
DESC
s.homepage = "https://github.com/yuhua-chen/MCCardPickerCollectionViewController"
s.screenshots = "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/5856/iOS_Simulator_Screen_Shot_2015_3_4____5.11.02.png"
s.license = "MIT"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Michael Chen" => "michaelchen@kkbox.com" }
s.social_media_url = "http://twitter.com/yuhua_twit"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/yuhua-chen/MCCardPickerCollectionViewController.git", :tag => s.version.to_s }
s.source_files = "MCCardPickerCollectionViewController/Classes"
s.exclude_files = "Classes/Exclude"
s.requires_arc = true
s.frameworks = 'Foundation', 'UIKit'
end