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