[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 5 / DukeSwiftLibs / 0.1.1 / DukeSwiftLibs.podspec.json
blob5163702232746cf72b7905063ed4af0544545e81
2   "name": "DukeSwiftLibs",
3   "version": "0.1.1",
4   "summary": "10Duke iOS client libraries written in Swift 3.0 to enable SSO and REST API functionality.",
5   "description": "The DukeSwiftLibs is a library of tools that provide SSO login and logout functionality\nas well as connectivity to the 10Duke IdP REST API interface.",
6   "homepage": "https://github.com/10Duke/DukeSwiftLibs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Antti Tohmo": "antti.tohmo@10duke.com"
13   },
14   "source": {
15     "git": "https://github.com/10Duke/DukeSwiftLibs.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/10duke",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "DukeSwiftLibs/Classes/**/*",
23   "resource_bundles": {
24     "DukeSwiftLibs": [
25       "DukeSwiftLibs/Assets/ui/10DukeWeb.storyboard"
26     ]
27   },
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.0"
31     ],
32     "EVReflection": [
34     ],
35     "JWTDecode": [
37     ],
38     "Locksmith": [
40     ],
41     "SwiftyJSON": [
43     ]
44   },
45   "pushed_with_swift_version": "3.0"