blob: a3fc692d0e0bdb1730cff4b8a983f37d09639362 [file] [log] [blame]
{
"name": "TartuWeatherProvider",
"version": "0.1.2",
"summary": "Tartu weather provider from Tartu Physics faculty",
"description": "Tartu weather provider from Tartu Univerisety Physics faculty. http://meteo.physic.ut.ee/?lang=en",
"homepage": "https://github.com/fassko/TartuWeatherProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kristaps Grinbergs": "fassko@gmail.com"
},
"source": {
"git": "https://github.com/fassko/TartuWeatherProvider.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"source_files": "TartuWeatherProvider/Classes/**/*",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.2"
],
"Fuzi": [
"~> 1.0"
],
"AlamofireImage": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}