[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / 1 / b / Liferay-iOS-SDK / 6.2.0.20 / Liferay-iOS-SDK.podspec.json
blob9e0b822cbb3916e7095fc45afa33cfe33ab31e8d
2   "name": "Liferay-iOS-SDK",
3   "module_name": "LRMobileSDK",
4   "version": "6.2.0.20",
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-6.2.0.20"
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.5.0"
31     ]
32   }