blob: 5575e1d69aee81c3082e0988db04869a84ad1165 [file] [log] [blame]
{
"name": "Glasgow",
"version": "0.1.1",
"summary": "Foundation classes used to eliminate boiler-plate code and provide an accelerated startup time.",
"homepage": "https://github.com/inacioferrarini/glasgow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InĂ¡cio Ferrarini": "inacio.ferrarini@gmail.com"
},
"source": {
"git": "https://github.com/inacioferrarini/glasgow.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Glasgow/Classes/Core/**/*.swift"
},
{
"name": "UIKit",
"source_files": "Glasgow/Classes/UIKit/**/*.swift",
"dependencies": {
"Glasgow/Core": [
]
}
},
{
"name": "Transformer",
"source_files": "Glasgow/Classes/Transformer/**/*.swift"
},
{
"name": "Networking",
"source_files": "Glasgow/Classes/Networking/**/*.swift",
"dependencies": {
"Glasgow/Transformer": [
]
}
},
{
"name": "Arrow",
"source_files": "Glasgow/Classes/Arrow/**/*.swift",
"dependencies": {
"Glasgow/Transformer": [
],
"Arrow": [
"3.0.5"
]
}
}
]
}