[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / 1 / BudgetKit / 0.1.1 / BudgetKit.podspec.json
blob6f8594781ab3617f51443844bef75da1fb0159ce
2   "name": "BudgetKit",
3   "version": "0.1.1",
4   "summary": "A Wrapper for the YNAB API.",
5   "description": "BudgetKit is an iOS framework wrapper for the YNAB (You Need A Budget) Public API. It manages authentication, network calls, and model objects associated with the API. No need to worry about networking or JSON parsing, simply import BudgetKit and start developing your iOS app using the YNAB API!",
6   "homepage": "https://github.com/dauby88/BudgetKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stuart Daubenmire": "dauby88@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/dauby88/BudgetKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "BudgetKit/Classes/**/*",
22   "frameworks": "SafariServices"