blob: 53d1c3fdfe8bc8cff9bffb7f98e6fb145f6be8f5 [file] [log] [blame]
{
"name": "UUSwift",
"version": "0.0.10",
"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": "Apache 2.0"
},
"source": {
"git": "https://github.com/SilverPineSoftware/UUSwift.git",
"tag": "0.0.10"
},
"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"
}
}
]
}