forked from dogo/AKSideMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAKSideMenu.podspec
18 lines (17 loc) · 891 Bytes
/
AKSideMenu.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = "AKSideMenu"
spec.version = "1.4.5"
spec.summary = "Beautiful iOS side menu library with parallax effect. Written in Swift"
spec.homepage = "https://github.com/dogo/AKSideMenu"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Diogo Autilio" => "[email protected]" }
spec.social_media_url = "http://twitter.com/di_autilio"
spec.platform = :ios
spec.frameworks = "UIKit", "Foundation", "CoreGraphics", "QuartzCore"
spec.ios.deployment_target = "8.0"
spec.swift_version = '4.2'
spec.swift_versions = ['4.2', '5.0']
spec.source = { :git => "https://github.com/dogo/AKSideMenu.git", :tag => spec.version.to_s }
spec.source_files = "AKSideMenu/*.{swift}"
spec.requires_arc = true
end