blob: b51bf5ea6318bab96c1a023fe049ccd4c1907db1 [file] [log] [blame]
{
"name": "UUSwift",
"version": "0.1.0",
"description": "UUSwift is a framework to extend the base Foundation and UIKit classes. UUSwift eliminates many of the tedious tasks associated with Swift development such as date formating and string manipulation.",
"summary": "UUSwift extends Foundation and UIKit to add additional functionality to make development more efficient.",
"homepage": "https://github.com/SilverPineSoftware/UUSwift",
"authors": "Silverpine Software",
"license": {
"type": "MIT"
},
"source": {
"git": "https://github.com/SilverPineSoftware/UUSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "UUSwift/*.{swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"frameworks": "CoreFoundation"
},
"tvos": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}
],
"swift_version": "5.0"
}