[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / d / BigcommerceApi / 0.4.7 / BigcommerceApi.podspec.json
blob2a3060354b5d53c03a85df27202a03418887afde
2   "name": "BigcommerceApi",
3   "version": "0.4.7",
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\nMore information about the Bigcommerce Stores API can be found at: https://developer.bigcommerce.com/api/legacy/basic-auth",
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.4.7"
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       "~> 2.0"
28     ]
29   }