blob: b66f9ca0979717ca7036fdac0ed2612b897b6533 [file] [log] [blame]
{
"name": "UUSwift",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "UUSwift/**/*.{swift, h, m, plist}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"frameworks": "CoreFoundation"
}
}
]
}