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