[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / b / c / 6 / IPData / 1.0.0 / IPData.podspec.json
blob0f2d731f18cf6959cae20a5a7422528b25b2adbd
2   "name": "IPData",
3   "version": "1.0.0",
4   "summary": "Swift library to gather information for an IP using https://ipdata.co",
5   "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.",
6   "homepage": "https://ipdata.co",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Hugo Barros": "hey.zooi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/heyzooi/IPData.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/ipdata_co",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "swift_version": "4.2",
26   "source_files": "Sources/IPData/**/*"