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