blob: 4f63814cb8a790f48a1df478275f478d504967e4 [file] [log] [blame]
{
"name": "SlamIOSPod",
"version": "0.1.0",
"summary": "Swift Closure based open source UI Framework for iOS Development.",
"description": "Target/Actions, Delegates, Data Sources and even Subclassing are all traditional elements under Objected Oriented programming for iOS & Mac OS. While they will never be replaced, there are often times when such patterns are cumbersome and time consuming. A simplier methology is to use Closures to change or expand the functionality of elements. Slam is a user interface Framework for iOS/Mac that provides basic views that provide this option. Instead of Targe/Actions, buttons & switches have the property actionClosure, which is invoked when the field is clicked on. Instead of Data Sources that provide information regarding cells for a TableViews, closure provied this information.",
"homepage": "https://github.com/magesteve/SlamIOSPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Sheets": "magesteve@mac.com"
},
"source": {
"git": "https://github.com/magesteve/SlamIOSPod.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/magesteve",
"platforms": {
"ios": "8.0"
},
"source_files": "SlamIOSPod/Classes/*.swift",
"frameworks": "UIKit",
"swift_versions": "5.0"
}