[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / f / d / BigcommerceApi / 0.1.0 / BigcommerceApi.podspec.json
blob3935f15be7abe81ae1304ae618ef45987cf816ef
2   "name": "BigcommerceApi",
3   "version": "0.1.0",
4   "summary": "A simple Swift library to access the Bigcommerce Stores API.",
5   "description": "                       A simple Swift library for the Bigcommerce Stores API\n                       An implementation of the order method is the starting point.\n\n                      More information about the Bigcommerce Stores API can be found at: https://developer.bigcommerce.com/api/legacy/basic-auth\n\n",
6   "homepage": "https://github.com/welbesw/BigcommerceApi",
7   "license": "MIT",
8   "authors": "William Welbes",
9   "source": {
10     "git": "https://github.com/welbesw/BigcommerceApi.git",
11     "tag": "0.1.0"
12   },
13   "social_media_url": "https://twitter.com/welbes",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "BigcommerceApi": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "Alamofire": [
27       "~> 1.2"
28     ]
29   }