[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / LimeAuth / 0.1.0 / LimeAuth.podspec.json
blob4975a26cbb2959298193cfbd583a2b1301a8dcdc
2   "name": "LimeAuth",
3   "version": "0.1.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "High level PowerAuth based authentication library written in swift",
9   "homepage": "https://github.com/lime-company/swift-lime-auth",
10   "social_media_url": "https://twitter.com/lime_company",
11   "authors": {
12     "Lime - HighTech Solutions s.r.o.": "support@lime-company.eu"
13   },
14   "source": {
15     "git": "https://github.com/lime-company/swift-lime-auth.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/Core/*.swift",
28       "dependencies": {
29         "LimeCore": [
31         ]
32       }
33     },
34     {
35       "name": "UI",
36       "source_files": "Source/UI/*.swift",
37       "dependencies": {
38         "LimeAuth/Core": [
40         ]
41       }
42     }
43   ]