[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 6.2.0.10 / Liferay-iOS-SDK.podspec.json
blob8acb39fc81465f7fd8c67d42e9267d339171c98b
2   "name": "Liferay-iOS-SDK",
3   "version": "6.2.0.10",
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": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/liferay/liferay-mobile-sdk.git",
18     "tag": "ios-6.2.0.10"
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-Push-Notifications-iOS-SDK",
35       "source_files": [
36         "modules/push-notifications-portlet/ios/Source/**/*.{h,m}",
37         "ios/Source/{Core,Http,Util}/**/*.h"
38       ]
39     },
40     {
41       "name": "Liferay-Sync-iOS-SDK",
42       "source_files": [
43         "modules/sync-web/ios/Source/**/*.{h,m}",
44         "ios/Source/{Core,Http,Util}/**/*.h"
45       ]
46     }
47   ]