[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 7.0.13 / Liferay-iOS-SDK.podspec.json
blobccbba9250e4657c59abccda44e2e74a8e4d121df
2   "name": "Liferay-iOS-SDK",
3   "module_name": "LRMobileSDK",
4   "version": "7.0.13",
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.13"
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   }