[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / c / 4 / BancSabadellAPIKit / 0.1.1 / BancSabadellAPIKit.podspec.json
blob315947b20c9d0fb74c3996a52c9cbb68f1a118a0
2   "name": "BancSabadellAPIKit",
3   "version": "0.1.1",
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 user's account and credit cards.\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.1"
17   },
18   "social_media_url": "https://twitter.com/AlbertMoral",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BancSabadellAPIKit/Classes/**/*",
23   "dependencies": {
24     "OAuthSwift": [
26     ],
27     "ObjectMapper": [
29     ]
30   }