[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 7.0.14 / Liferay-iOS-SDK.podspec.json
blob88421fd83e2936bcf0774bc7d7338083ab43bd18
2   "name": "Liferay-iOS-SDK",
3   "module_name": "LRMobileSDK",
4   "version": "7.0.14",
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     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/liferay/liferay-mobile-sdk.git",
19     "tag": "ios-7.0.14"
20   },
21   "source_files": "ios/Source/**/*.{h,m}",
22   "resource_bundles": {
23     "Liferay-iOS-SDK": [
24       "ios/Source/Util/Localization/*.lproj"
25     ]
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       "= 2.6.3"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "OTHER_CFLAGS": "-DLIFERAY_MOBILE_SDK_FRAMEWORK=1"
35   },
36   "user_target_xcconfig": {
37     "GCC_PREPROCESSOR_DEFINITIONS": "LIFERAY_MOBILE_SDK_APP=1"
38   },
39   "private_header_files": [
40     "ios/Source/Core/Auth/LRCookieExpirationHandler.h"
41   ]