-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnchora.podspec
More file actions
22 lines (15 loc) · 791 Bytes
/
Anchora.podspec
File metadata and controls
22 lines (15 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
spec.name = "Anchora"
spec.version = "4.3.1"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.platform = :ios, "10.0"
spec.swift_version = "4.2"
spec.framework = "UIKit"
spec.source_files = "Anchora/**/*.{swift}"
spec.homepage = "https://github.com/AnthonyLatsis/Anchora/"
spec.source = { :git => "https://github.com/AnthonyLatsis/Anchora.git", :tag => "#{spec.version}" }
spec.author = { "Anthony Latsis" => "aqamoss3fan2010@gmail.com" }
spec.social_media_url = "https://www.instagram.com/anthonylatsis/"
spec.summary = "An overlay on the UIKit Auto Layout engine for expressive and terse constraints."
spec.requires_arc = true
end