blob: 80d1bab05c75818e81ac675693b5f4f62efe74e6 [file] [log] [blame]
{
"name": "LiferayScreens",
"module_name": "LiferayScreens",
"version": "3.0.0-beta-1",
"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": "3.0.0-beta-1"
},
"authors": {
"Jose Manuel Navarro": "jose.navarro@liferay.com",
"Javier Gamarra": "javier.gamarra@liferay.com"
},
"platforms": {
"ios": "9.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,js,html,css}",
"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.9"
],
"Liferay-OAuth": [
"~> 1.2.0"
],
"MBProgressHUD": [
"~> 0.9.1"
],
"SMXMLDocument": [
"~> 1.1"
],
"YapDatabase/SQLCipher": [
"2.9.2"
],
"Kingfisher": [
"~> 3.0"
],
"KeychainAccess": [
"~> 3.0"
],
"CryptoSwift": [
"~> 0.7.0"
],
"DTPickerPresenter": [
"~> 0.2.0"
],
"TNRadioButtonGroup": [
"~> 0.4"
],
"MDRadialProgress": [
"~> 1.3.2"
],
"Cosmos": [
"~> 8.0"
],
"Cordova": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.2"
}