blob: 4f3eae6a88137567b6068871ce9622b1a9a3d051 [file] [log] [blame]
{
"name": "BigcommerceApi",
"version": "1.0.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": "1.0.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"
]
}
}