[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / 1 / LeeroySDK-iOS / 1.1.6 / LeeroySDK-iOS.podspec.json
blob593647955f3ff509b1a017c2ae7e052d1fc8ef49
2   "name": "LeeroySDK-iOS",
3   "version": "1.1.6",
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.6"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Core",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "ios": {
28         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/*.framework"
29       }
30     },
31     {
32       "name": "AuthKit",
33       "ios": {
34         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyAuthKit.framework"
35       }
36     },
37     {
38       "name": "UIKit",
39       "ios": {
40         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyUIKit.framework"
41       }
42     },
43     {
44       "name": "UtilityKit",
45       "ios": {
46         "vendored_frameworks": "LeeroySDK-iOS/Frameworks/LeeroyUtilityKit.framework"
47       }
48     }
49   ]