blob: a237b65111c9c6882ac9c421f47674c56a2dbfc3 [file] [log] [blame]
{
"name": "Liferay-iOS-SDK",
"module_name": "LRMobileSDK",
"version": "7.2.3",
"summary": "Build iOS apps for Liferay.",
"homepage": "https://github.com/liferay/liferay-mobile-sdk",
"license": {
"type": "LPGL 2.1",
"file": "ios/copyright.txt"
},
"authors": {
"Bruno Farache": "bruno.farache@liferay.com"
},
"platforms": {
"osx": "10.9",
"ios": "7.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/liferay/liferay-mobile-sdk.git",
"tag": "ios-7.2.3"
},
"source_files": "ios/Source/**/*.{h,m}",
"resource_bundles": {
"Liferay-iOS-SDK": [
"ios/Source/Util/Localization/*.lproj"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
],
"AppAuth": [
"0.92"
]
},
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-DLIFERAY_MOBILE_SDK_FRAMEWORK=1"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "LIFERAY_MOBILE_SDK_APP=1"
},
"private_header_files": [
"ios/Source/Core/Auth/OAuth2/LROAuth2AuthorizationFlow+Private.h"
]
}