[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 9 / 3 / LiferayScreens / 3.0.0-beta-1 / LiferayScreens.podspec.json
blob80d1bab05c75818e81ac675693b5f4f62efe74e6
2   "name": "LiferayScreens",
3   "module_name": "LiferayScreens",
4   "version": "3.0.0-beta-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": "3.0.0-beta-1"
14   },
15   "authors": {
16     "Jose Manuel Navarro": "jose.navarro@liferay.com",
17     "Javier Gamarra": "javier.gamarra@liferay.com"
18   },
19   "platforms": {
20     "ios": "9.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   "xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "LIFERAY_SCREENS_FRAMEWORK=1",
50     "OTHER_SWIFT_FLAGS": "\"-D\" \"LIFERAY_SCREENS_FRAMEWORK\""
51   },
52   "dependencies": {
53     "Liferay-iOS-SDK": [
54       "~> 7.0.9"
55     ],
56     "Liferay-OAuth": [
57       "~> 1.2.0"
58     ],
59     "MBProgressHUD": [
60       "~> 0.9.1"
61     ],
62     "SMXMLDocument": [
63       "~> 1.1"
64     ],
65     "YapDatabase/SQLCipher": [
66       "2.9.2"
67     ],
68     "Kingfisher": [
69       "~> 3.0"
70     ],
71     "KeychainAccess": [
72       "~> 3.0"
73     ],
74     "CryptoSwift": [
75       "~> 0.7.0"
76     ],
77     "DTPickerPresenter": [
78       "~> 0.2.0"
79     ],
80     "TNRadioButtonGroup": [
81       "~> 0.4"
82     ],
83     "MDRadialProgress": [
84       "~> 1.3.2"
85     ],
86     "Cosmos": [
87       "~> 8.0"
88     ],
89     "Cordova": [
90       "~> 4.0"
91     ]
92   },
93   "pushed_with_swift_version": "3.2"