[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 6.2.0.7 / Liferay-iOS-SDK.podspec.json
blob2b79f565dd3ccdd55d258b56b6895f5c344c3920
2   "name": "Liferay-iOS-SDK",
3   "version": "6.2.0.7",
4   "summary": "Build iOS apps for Liferay.",
5   "homepage": "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk",
6   "license": {
7     "type": "LPGL 2.1",
8     "file": "ios/copyright.txt"
9   },
10   "authors": {
11     "Bruno Farache": "bruno.farache@liferay.com"
12   },
13   "platforms": {
14     "ios": "6.1"
15   },
16   "source": {
17     "git": "https://github.com/liferay/liferay-mobile-sdk.git",
18     "tag": "6.2.0.7"
19   },
20   "source_files": "ios/Source/**/*.{h,m}",
21   "resource_bundles": {
22     "Liferay-iOS-SDK": [
23       "ios/Source/Util/Localization/*.lproj"
24     ]
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.3.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Liferay-Sync-iOS-SDK",
35       "source_files": [
36         "modules/sync-web/ios/Source/**/*.{h,m}",
37         "ios/Source/{Core,Http,Util}/**/*.h"
38       ]
39     }
40   ]