[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 5 / 1 / LeeroySDK-iOS / 1.1.13 / LeeroySDK-iOS.podspec.json
blobd510e85df24a6c53412ba87853ebfa5b6bc4667a
2   "name": "LeeroySDK-iOS",
3   "version": "1.1.13",
4   "summary": "The LeeroySDK-iOS is the easiest way to integrate your iOS app with Leeroy.",
5   "swift_versions": "5.0",
6   "description": "The LeeroySDK-iOS is the easiest way to integrate your iOS app with Leeroy. For more information, please see README.",
7   "homepage": "https://github.com/LeeroyGroup",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Hui Wang": "hui.wang@leeroy.se"
14   },
15   "source": {
16     "git": "https://github.com/LeeroyGroup/LeeroySDK-iOS.git",
17     "tag": "1.1.13"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "ios": {
27         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/*.framework"
28       }
29     },
30     {
31       "name": "AuthKit",
32       "ios": {
33         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyAuthKit.framework"
34       }
35     },
36     {
37       "name": "UIKit",
38       "ios": {
39         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyUIKit.framework"
40       }
41     },
42     {
43       "name": "UtilityKit",
44       "ios": {
45         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyUtilityKit.framework"
46       }
47     }
48   ],
49   "swift_version": "5.0"