blob: d47899967b5a60c9d3712fec38679be1edac75da [file] [log] [blame]
{
"name": "Liferay-Sync",
"module_name": "LRSync",
"version": "1.3",
"summary": "Library for accessing Liferay Sync services.",
"homepage": "https://github.com/liferay/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.3"
},
"source_files": "modules/sync-web/ios/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Liferay-iOS-SDK": [
"6.2.0.21"
]
}
}