forked from KiranPanesar/Reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReaderFramework.podspec
More file actions
25 lines (20 loc) · 839 Bytes
/
ReaderFramework.podspec
File metadata and controls
25 lines (20 loc) · 839 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
25
Pod::Spec.new do |s|
s.name = "ReaderFramework"
s.version = "1.1.4"
s.summary = "A flexible PDF reader for iOS 7"
s.description = <<-DESC
Open local PDFs in your iPhone and iPad projects
DESC
s.homepage = "https://github.com/KiranPanesar/Reader"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Kiran Panesar" => "KiranSinghPanesar@googlemail.com" }
s.social_media_url = "http://twitter.com/k_panesar"
s.platform = :ios, '7.0'
s.source = {
:git => "https://github.com/KiranPanesar/Reader.git",
:tag => "1.1.4"
}
s.source_files = 'Classes', 'ReaderFramework/**/*.{h,m}'
s.requires_arc = true
s.resource = "ReaderFramework/Reader.bundle"
end