[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 8 / 2 / f / AppGuard / 0.1.0 / AppGuard.podspec.json
blob55be2f139fca0146ab5c048a1e617e351b165562
2   "name": "AppGuard",
3   "version": "0.1.0",
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.1.0"
16   },
17   "social_media_url": "https://twitter.com/smartnsoft",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "Jelly": [
28           "~> 1.2"
29         ]
30       },
31       "source_files": [
32         "AppGuard/Classes/Logic/*",
33         "AppGuard/Classes/UI/*"
34       ]
35     },
36     {
37       "name": "FirebaseRemoteConfig",
38       "dependencies": {
39         "AppGuard/Core": [
41         ],
42         "Firebase/RemoteConfig": [
43           "~> 4.10"
44         ]
45       },
46       "source_files": "AppGuard/Classes/Firebase/**/*.{swift}"
47     }
48   ]