blob: fa73583df28252750bc0df868ee5b47564f92380 [file] [log] [blame]
{
"name": "SweeterSwift",
"version": "1.0.0",
"summary": "Extensions and syntactic sugar to enrich the Swift standard library, iOS frameworks, and SwifterSwift.",
"homepage": "https://github.com/yonat/SweeterSwift",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/SweeterSwift.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"swift_version": "5.0"
}