blob: 543dc4b5828fd34e65bcecb747a4a86b4d32cf38 [file] [log] [blame]
{
"name": "TartuWeatherProvider",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0",
"osx": "10.12"
},
"source_files": "TartuWeatherProvider/Classes/**/*",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
},
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.2"
],
"Fuzi": [
"~> 1.0"
],
"AlamofireImage": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}