[Add] Trainman_SDK 0.4.7
[CocoaPods.git] / Specs / 8 / c / 0 / BSWFoundation / 2.0.0 / BSWFoundation.podspec.json
blob4d445ec46bab0623901238e20b286d25995c9da8
2   "name": "BSWFoundation",
3   "version": "2.0.0",
4   "summary": "This framework creates the infrastructure that it's used throughout TheLeftBit's projects.",
5   "homepage": "https://github.com/TheLeftBit/BSWFoundation",
6   "license": "MIT",
7   "authors": {
8     "Pierluigi Cifani": "pcifani@theleftbit.com"
9   },
10   "platforms": {
11     "ios": "9.0",
12     "osx": "10.11",
13     "watchos": "2.0",
14     "tvos": "9.0"
15   },
16   "swift_version": "4.1",
17   "source": {
18     "git": "https://github.com/TheLeftBit/BSWFoundation.git",
19     "tag": "2.0.0"
20   },
21   "source_files": "Source/**/*.{swift,m,h}",
22   "dependencies": {
23     "BNRDeferred": [
24       "3.3.0"
25     ],
26     "KeychainAccess": [
27       "~> 3.1.0"
28     ]
29   }