[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 7.0.1 / Liferay-iOS-SDK.podspec.json
blob12f59efa2cef0f13ce91b42c28336b66ccbf9d28
2   "name": "Liferay-iOS-SDK",
3   "module_name": "LRMobileSDK",
4   "version": "7.0.1",
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.1"
20   },
21   "source_files": "ios/Source/**/*.{h,m}",
22   "exclude_files": "*v62.{h,m}",
23   "resource_bundles": {
24     "Liferay-iOS-SDK": [
25       "ios/Source/Util/Localization/*.lproj"
26     ]
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "= 2.6.3"
32     ]
33   }