blob: 8a5c06a739085b3535f0101bd154c851ad535c46 [file] [log] [blame]
{
"name": "SwiftAirtable",
"version": "1.0.0",
"summary": "A Swift Interface to Interact with the REST API from Airtable",
"description": "SwiftAirtable makes interacting with REST API from Airtable much easier and straight forward.",
"homepage": "https://github.com/nicolasnascimento/SwiftAirtable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nicolasnascimento": "npn.adsl@gmail.com"
},
"source": {
"git": "https://github.com/nicolasnascimento/SwiftAirtable.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/npnadsl",
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftAirtable/Classes/**/*",
"swift_version": "4.0"
}