blob: c11b10cda91476b147f7153fabfd80f3b2f15692 [file] [log] [blame]
{
"name": "OpenAQKit",
"version": "1.1.1",
"summary": "A well written SDK that allows you to interact with the Open AQ API (http://openaq.org) and obtain air quality data with ease.",
"description": "Obtain air quality data with ease! This SDK allows you to seemlessly integrate the Open AQ API (http://openaq.org) with your project.",
"homepage": "https://github.com/hyerra/OpenAQKit",
"license": "MIT",
"authors": "Harish Yerra",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"watchos": "4.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/hyerra/OpenAQKit.git",
"tag": "1.1.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}",
"Sources/OpenAQKit/*.swift",
"Sources/OpenAQKit/Model/*.swift"
],
"exclude_files": "Sources/Exclude"
}