forked from mohsinalimat/JCSegmentBarController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJCSegmentBarController.podspec
More file actions
22 lines (21 loc) · 902 Bytes
/
Copy pathJCSegmentBarController.podspec
File metadata and controls
22 lines (21 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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 = "1.0.0"
s.summary = "Simple to use and support horizontally-scrolling."
s.homepage = "http://lijingcheng.github.io/"
s.license = 'MIT'
s.author = { "lijingcheng" => "bj_lijingcheng@163.com" }
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, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
end