blob: a0b234fd84c9ce137dbc09972cad16a667ae530e [file] [log] [blame]
{
"name": "FontWeather.swift",
"version": "0.8.1",
"summary": "Use Weather icons in your Swift projects",
"homepage": "https://github.com/julianshen/FontWeather.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Shen": "julianshen@gmail.com"
},
"source": {
"git": "https://github.com/julianshen/FontWeather.swift.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "FontWeather/*.{swift}",
"resource_bundles": {
"FontWeather.swift": "FontWeather/*.ttf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}