[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 7.2.0 / Liferay-iOS-SDK.podspec.json
blobbe980461b55697555f8420e38dab0e71224007ea
2   "name": "Liferay-iOS-SDK",
3   "module_name": "LRMobileSDK",
4   "version": "7.2.0",
5   "summary": "Build iOS apps for Liferay.",
6   "homepage": "https://github.com/liferay/liferay-mobile-sdk",
7   "license": {
8     "type": "LPGL 2.1",
9     "file": "ios/copyright.txt"
10   },
11   "authors": {
12     "Bruno Farache": "bruno.farache@liferay.com"
13   },
14   "platforms": {
15     "osx": "10.9",
16     "ios": "7.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/liferay/liferay-mobile-sdk.git",
22     "tag": "ios-7.2.0"
23   },
24   "source_files": "ios/Source/**/*.{h,m}",
25   "resource_bundles": {
26     "Liferay-iOS-SDK": [
27       "ios/Source/Util/Localization/*.lproj"
28     ]
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.0"
34     ],
35     "AppAuth": [
36       "0.92"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "OTHER_CFLAGS": "-DLIFERAY_MOBILE_SDK_FRAMEWORK=1"
41   },
42   "user_target_xcconfig": {
43     "GCC_PREPROCESSOR_DEFINITIONS": "LIFERAY_MOBILE_SDK_APP=1"
44   },
45   "private_header_files": [
46     "ios/Source/Core/Auth/OAuth2/LROAuth2AuthorizationFlow+Private.h"
47   ]