blob: edfa107cc4238ede26439056c8fb3ac5957c052f [file] [log] [blame]
{
"name": "LiferayScreens",
"module_name": "LiferayScreens",
"version": "2.0.0",
"summary": "A family of visual components called screenlets that are connected to the Liferay Platform used as a backend",
"homepage": "https://www.liferay.com/liferay-screens",
"license": {
"type": "LGPL 2.1",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/liferay/liferay-screens.git",
"tag": "2.0.0"
},
"authors": {
"Jose Manuel Navarro": "jose.navarro@liferay.com",
"Javier Gamarra": "javier.gamarra@liferay.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"CoreGraphics",
"Foundation",
"MobileCoreServices",
"QuartzCore",
"Security",
"SystemConfiguration",
"UIKit"
]
},
"source_files": [
"ios/Framework/Core/**/*.{h,m,swift}",
"ios/Framework/Themes/**/*.{h,m,swift}"
],
"exclude_files": [
"ios/Framework/Core/liferay-screens-bridge.h",
"ios/Framework/Tests/**/*.*",
"ios/Framework/Pods/**/*.*",
"ios/Framework/Themes/Flat7/**/*.*"
],
"resource_bundles": {
"LiferayScreens-core": "ios/Framework/Core/**/*.{plist,lproj}",
"LiferayScreens-default": "ios/Framework/Themes/Default/**/*.{xib,png,plist,lproj}"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "LIFERAY_SCREENS_FRAMEWORK=1",
"OTHER_SWIFT_FLAGS": "\"-D\" \"LIFERAY_SCREENS_FRAMEWORK\""
},
"dependencies": {
"Liferay-iOS-SDK": [
"~> 7.0.4"
],
"Liferay-OAuth": [
"~> 1.2.0"
],
"MBProgressHUD": [
"0.9.1"
],
"SMXMLDocument": [
"1.1"
],
"ODRefreshControl": [
"1.2"
],
"YapDatabase/SQLCipher": [
"2.9.2"
],
"Kingfisher": [
"~> 2.4"
],
"KeychainAccess": [
"~> 2.4"
],
"CryptoSwift": [
"~> 0.5.2"
],
"DTPickerPresenter": [
"0.2.0"
],
"TNRadioButtonGroup": [
"0.4"
],
"MDRadialProgress": [
"1.3.2"
],
"Cosmos": [
"0.0.1"
]
},
"pushed_with_swift_version": "2.3"
}