-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathJCSegmentBarController.podspec
26 lines (25 loc) · 1 KB
/
JCSegmentBarController.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
#
# Be sure to run `pod lib lint JCSegmentBarController.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 = "JCSegmentBarController"
s.version = "0.0.1"
s.summary = "Simple to use and support horizontally-scrolling."
s.homepage = "http://lijingcheng.github.io/"
s.license = 'MIT'
s.author = { "lijingcheng" => "[email protected]" }
s.source = { :git => "https://github.com/lijingcheng/JCSegmentBarController.git", :tag => s.version.to_s }
s.social_media_url = 'http://weibo.com/lijingcheng1984'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'JCSegmentBarController' => ['Pod/Assets/*.png']
}
s.dependency 'KVOController', '~> 1.0.3'
end