blob: 1fd9f63460f3c4fa5fc40873224915f00ababf8d [file] [log] [blame]
{
"name": "GTCore",
"version": "1.0.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Things you'll miss once you stop using them!",
"homepage": "https://github.com/galijot/GTCore",
"authors": {
"Mario Galijot": "galijot11@gmail.com"
},
"source": {
"git": "https://github.com/galijot/GTCore.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_version": "4.1",
"subspecs": [
{
"name": "Views",
"source_files": [
"GTCore/Views/*.{swift}",
"GTCore/Extensions/UIView+GT.swift"
]
},
{
"name": "Utils",
"source_files": "GTCore/Utils/*.{swift}"
},
{
"name": "Extensions",
"source_files": "GTCore/Extensions/*.{swift}"
}
]
}