blob: aa9a5d7745021a499f124b6c705501959de62526 [file] [log] [blame]
{
"name": "EasyPostApi",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/welbes",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EasypostApi": [
"Pod/Assets/*.png"
]
},
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 2.0"
]
}
}