[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 9 / 3 / LiferayScreens / 5.0.1 / LiferayScreens.podspec.json
blobd1e95cb2c87a69d6eb0e4778dc20a67dc45305ed
2   "name": "LiferayScreens",
3   "module_name": "LiferayScreens",
4   "version": "5.0.1",
5   "summary": "A family of visual components called screenlets that are connected to the Liferay Platform used as a backend",
6   "homepage": "https://www.liferay.com/liferay-screens",
7   "license": {
8     "type": "LGPL 2.1",
9     "file": "LICENSE.md"
10   },
11   "source": {
12     "git": "https://github.com/liferay/liferay-screens.git",
13     "tag": "5.0.1"
14   },
15   "authors": {
16     "Jose Manuel Navarro": "jose.navarro@liferay.com",
17     "Javier Gamarra": "javier.gamarra@liferay.com"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "CoreGraphics",
26       "Foundation",
27       "MobileCoreServices",
28       "QuartzCore",
29       "Security",
30       "SystemConfiguration",
31       "UIKit"
32     ]
33   },
34   "source_files": [
35     "ios/Framework/Core/**/*.{h,m,swift}",
36     "ios/Framework/Themes/**/*.{h,m,swift}"
37   ],
38   "exclude_files": [
39     "ios/Framework/Core/liferay-screens-bridge.h",
40     "ios/Framework/Tests/**/*.*",
41     "ios/Framework/Pods/**/*.*",
42     "ios/Framework/Themes/Flat7/**/*.*"
43   ],
44   "resource_bundles": {
45     "LiferayScreens-core": "ios/Framework/Core/**/*.{plist,lproj,js,html,css}",
46     "LiferayScreens-default": "ios/Framework/Themes/Default/**/*.{xib,png,plist,lproj}"
47   },
48   "dependencies": {
49     "Liferay-iOS-SDK": [
50       "~> 7.2"
51     ],
52     "MBProgressHUD": [
53       "~> 0.9.1"
54     ],
55     "SMXMLDocument": [
56       "~> 1.1"
57     ],
58     "YapDatabase/SQLCipher": [
59       "2.9.2"
60     ],
61     "Kingfisher": [
62       "~> 5.2"
63     ],
64     "KeychainAccess": [
65       "~> 3.0"
66     ],
67     "DTPickerPresenter": [
68       "~> 0.2.0"
69     ],
70     "TNRadioButtonGroup": [
71       "~> 0.4"
72     ],
73     "MDRadialProgress": [
74       "~> 1.3.2"
75     ],
76     "Cordova": [
77       "~> 4.0"
78     ]
79   },
80   "swift_version": "5.0"