[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / d / BigcommerceApi / 1.1.1 / BigcommerceApi.podspec.json
bloba3298dd0520d38ccc613bb802a88aacbdd6b2d5d
2   "name": "BigcommerceApi",
3   "version": "1.1.1",
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": "1.1.1"
12   },
13   "social_media_url": "https://twitter.com/welbes",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.0"
23     ]
24   },
25   "pushed_with_swift_version": "3.0"