-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPLTransition.podspec
More file actions
24 lines (20 loc) · 1020 Bytes
/
PLTransition.podspec
File metadata and controls
24 lines (20 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "PLTransition"
s.version = "1.0.0"
s.summary = "easy use transition "
s.license = 'MIT'
s.description = <<-DESC
A longer description of PLTransition in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.homepage = "https://github.com/persenlee/PLTransition"
s.author = { "persenlee" => "persenlee@gmail.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/persenlee/PLTransition.git", :tag => s.version }
#s.public_header_files = 'PLTransition/PLTransition.h'
s.source_files = "PLTransition/*.{h,m}"
s.frameworks = 'UIKit','CoreGraphics'
end