blob: 33b21976281898e9a450a3cbd2a51ab6e2446484 [file] [log] [blame]
{
"name": "Stylizer",
"version": "0.1.0",
"summary": "Extendable class library for parsing string attributes",
"description": "A small library that provides an extendable framework and classes for parsing attributes from strings",
"homepage": "https://github.com/SomeRandomiOSDev/Stylizer",
"license": "MIT",
"authors": {
"Joe Newton": "somerandomiosdev@gmail.com"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/Stylizer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": [
"Core",
"UI"
],
"swift_versions": [
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Stylizer/Extensions/*.swift",
"Sources/Stylizer/Stylizer/*.swift"
]
},
{
"name": "UI",
"source_files": "Sources/Stylizer/UI/*.swift",
"dependencies": {
"Stylizer/Core": [
]
}
}
],
"swift_version": "5.0"
}