You've already forked FinalYearProject-MyMind
mirror of
https://github.com/MrLyallCSIT/FinalYearProject-MyMind.git
synced 2026-01-18 07:09:41 +00:00
App Completed
Basic Prototype App Completed. Proposal, Literature Review and Final Report to Follow.
This commit is contained in:
11
My Mind/Carthage/Checkouts/SwiftForms/SwiftForms.podspec
vendored
Normal file
11
My Mind/Carthage/Checkouts/SwiftForms/SwiftForms.podspec
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "SwiftForms"
|
||||
s.version = "1.7"
|
||||
s.summary = "A small and lightweight library written in Swift that allows you to easily create forms"
|
||||
s.homepage = "https://github.com/ortuman/SwiftForms"
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
s.authors = "Miguel Ángel Ortuño"
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.7' }
|
||||
s.source_files = 'SwiftForms/*.swift','SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift'
|
||||
end
|
||||
Reference in New Issue
Block a user