[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 3 / f / SlamIOSPod / 0.2.0 / SlamIOSPod.podspec.json
blob3b204009a0cb24e1cb67a58d43064c54d76be247
2   "name": "SlamIOSPod",
3   "version": "0.2.0",
4   "summary": "Swift Closure based open source UI Framework for iOS Development.",
5   "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.",
6   "homepage": "https://github.com/magesteve/SlamIOSPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steve Sheets": "magesteve@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/magesteve/SlamIOSPod.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/magesteve",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SlamIOSPod/Classes/*.swift",
23   "frameworks": "UIKit",
24   "swift_versions": "5.0"