blob: ab7fa3ab7bc8de2376fce5e1618b51f1d40c80d0 [file] [log] [blame]
{
"name": "EasyPostApi",
"version": "1.3.1",
"summary": "A simple Swift library to access the Easypost API.",
"description": "A simple Swift library for the EasyPost API.\nAn implementation of the address, parcel, and ship methods as a starting point.\nMore information about the EasyPost API can be found at: https://www.easypost.com/docs",
"homepage": "https://github.com/welbesw/easypost-swift",
"license": "MIT",
"authors": "William Welbes",
"source": {
"git": "https://github.com/welbesw/easypost-swift.git",
"tag": "1.3.1"
},
"social_media_url": "https://twitter.com/welbes",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "Foundation",
"swift_version": "5.0"
}