[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / f / AppGuard / 0.2.1 / AppGuard.podspec.json
bloba0c4a46006041cfe4f9ddf0419cd294b514c0c25
2   "name": "AppGuard",
3   "version": "0.2.1",
4   "summary": "AppGuard is a guard 💂‍♀️ for your iOS app, to check / force users to update your app or show what changed.",
5   "homepage": "https://github.com/smartnsoft/AppGuard",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Smart&Soft": "contact@smartnsoft.com"
12   },
13   "source": {
14     "git": "https://github.com/smartnsoft/AppGuard.git",
15     "tag": "0.2.1"
16   },
17   "social_media_url": "https://twitter.com/smartnsoft",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Core",
23   "frameworks": "UIKit",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "Jelly": [
29           "~> 1.2.0"
30         ]
31       },
32       "source_files": [
33         "AppGuard/Classes/Logic/*",
34         "AppGuard/Classes/UI/*"
35       ]
36     },
37     {
38       "name": "FirebaseRemoteConfig",
39       "dependencies": {
40         "AppGuard/Core": [
42         ],
43         "Firebase/RemoteConfig": [
44           "~> 4.10"
45         ]
46       },
47       "source_files": "AppGuard/Classes/Firebase/**/*.{swift}"
48     }
49   ]