blob: 0f2d731f18cf6959cae20a5a7422528b25b2adbd [file] [log] [blame]
{
"name": "IPData",
"version": "1.0.0",
"summary": "Swift library to gather information for an IP using https://ipdata.co",
"description": "Swift library to gather information for an IP using https://ipdata.co.\nUsing the class `IPData` you can set an apiKey and perform lookups, bulk lookups and carrier lookups.",
"homepage": "https://ipdata.co",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Hugo Barros": "hey.zooi@gmail.com"
},
"source": {
"git": "https://github.com/heyzooi/IPData.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/ipdata_co",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"source_files": "Sources/IPData/**/*"
}