[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 9 / 3 / LiferayScreens / 2.0.0 / LiferayScreens.podspec.json
blobedfa107cc4238ede26439056c8fb3ac5957c052f
2   "name": "LiferayScreens",
3   "module_name": "LiferayScreens",
4   "version": "2.0.0",
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": "2.0.0"
14   },
15   "authors": {
16     "Jose Manuel Navarro": "jose.navarro@liferay.com",
17     "Javier Gamarra": "javier.gamarra@liferay.com"
18   },
19   "platforms": {
20     "ios": "8.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}",
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.4"
55     ],
56     "Liferay-OAuth": [
57       "~> 1.2.0"
58     ],
59     "MBProgressHUD": [
60       "0.9.1"
61     ],
62     "SMXMLDocument": [
63       "1.1"
64     ],
65     "ODRefreshControl": [
66       "1.2"
67     ],
68     "YapDatabase/SQLCipher": [
69       "2.9.2"
70     ],
71     "Kingfisher": [
72       "~> 2.4"
73     ],
74     "KeychainAccess": [
75       "~> 2.4"
76     ],
77     "CryptoSwift": [
78       "~> 0.5.2"
79     ],
80     "DTPickerPresenter": [
81       "0.2.0"
82     ],
83     "TNRadioButtonGroup": [
84       "0.4"
85     ],
86     "MDRadialProgress": [
87       "1.3.2"
88     ],
89     "Cosmos": [
90       "0.0.1"
91     ]
92   },
93   "pushed_with_swift_version": "2.3"