blob: 0212461a1e3d400d51e1e037bc56b525340a379a [file] [log] [blame]
{
"name": "UUSwift",
"version": "0.0.3",
"description": "UUSwift is a framework to extend the base Foundation and UIKit classes.",
"summary": "UUSwift extends Foundation and UIKit to add additional functionality.",
"homepage": "https://github.com/SilverPineSoftware/UUSwift",
"authors": "Silverpine Software",
"license": {
"type": "Apache 2.0"
},
"source": {
"git": "https://github.com/SilverPineSoftware/UUSwift.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "UUSwift/**/*.{h,m,swift}",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}