blob: 143a9949764e01665ebaf0a4c4cf69a781ac1061 [file] [log] [blame]
{
"name": "LTExtension",
"version": "0.0.9",
"summary": "Swift Common Extension",
"description": "Swift Common Extension",
"homepage": "https://github.com/TopSkySir/LTExtension.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TopSkySir": "TopSkyComeOn@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TopSkySir/LTExtension.git",
"tag": "0.0.9"
},
"swift_version": "4.0",
"subspecs": [
{
"name": "Foundation",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Foundation/*.swift"
},
{
"name": "UIKit",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/UIKit/*.swift"
}
]
}