blob: 8434c18882dcf956d00bd9a6b8b44e5e57599ae3 [file] [log] [blame]
{
"name": "BigcommerceApi",
"version": "2.1.0",
"summary": "A simple Swift library to access the Bigcommerce Stores API.",
"description": "A simple Swift library for the Bigcommerce Stores API\n An implementation of the order method is the starting point.\n\nMore information about the Bigcommerce Stores API can be found at: https://developer.bigcommerce.com/api/legacy/basic-auth",
"homepage": "https://github.com/welbesw/BigcommerceApi",
"license": "MIT",
"authors": "William Welbes",
"source": {
"git": "https://github.com/welbesw/BigcommerceApi.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/welbes",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}