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