[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / c / 4 / BancSabadellAPIKit / 0.1.0 / BancSabadellAPIKit.podspec.json
blob7a293a9e80bb74cfe618b13c96e282e9a44acc1e
2   "name": "BancSabadellAPIKit",
3   "version": "0.1.0",
4   "summary": "A delightbul networkin API to manage BancSabadell requests",
5   "description": "The main concepts to interact with the BancSabadell API. It uses OAUTH 2.0 to get a valid token, and two simple API to get the cards' and accounts' user.\nTo prove the demo code, you need to provide a valid client identifier and client secret. Also, you must have a test user to log in.",
6   "homepage": "https://github.com/MoralAlberto/BancSabadellAPIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alberto Moral": "alberto.moral.g@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MoralAlberto/BancSabadellAPIKit.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/MoralAlberto",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BancSabadellAPIKit/Classes/**/*",
23   "dependencies": {
24     "OAuthSwift": [
26     ],
27     "ObjectMapper": [
29     ]
30   }