blob: 3626b434d64ef13009709c3404c98560deaf67b2 [file] [log] [blame]
{
"name": "Liferay-Sync",
"module_name": "LRSync",
"version": "1.0",
"summary": "Library for accessing Liferay Sync services.",
"homepage": "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk",
"license": {
"type": "LPGL 2.1",
"file": "ios/copyright.txt"
},
"authors": {
"Bruno Farache": "bruno.farache@liferay.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/liferay/liferay-mobile-sdk.git",
"tag": "sync-1.0"
},
"source_files": "modules/sync-web/ios/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Liferay-iOS-SDK": [
"6.2.0.19"
]
}
}