blob: 58967ffcbc6325390e7d82bf86eb7b9b031a59c6 [file] [log] [blame]
{
"name": "APIXU",
"version": "0.1.0",
"summary": "Swift library for Apixu Weather API http://www.apixu.com",
"description": "'iOS library for Apixu Weather API http://www.apixu.com'",
"homepage": "https://github.com/manuelbulos/apixu-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manuelbulos": "manuelbulos@gmail.com"
},
"source": {
"git": "https://github.com/manuelbulos/apixu-iOS.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/manuelbulos",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "APIXU/Classes/**/*",
"frameworks": [
"Foundation",
"CoreLocation"
],
"swift_version": "5.0"
}