blob: 3ad04eb3843ef4eff2b92a1a1f3089d0b5851cc7 [file] [log] [blame]
{
"name": "EasyPostApi",
"version": "0.5.4",
"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": "0.5.4"
},
"social_media_url": "https://twitter.com/welbes",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 2.0"
]
}
}