blob: 19f42e42f483e1114da48d7f8f6e3b81ff421ad2 [file] [log] [blame]
{
"name": "Liferay-iOS-SDK",
"version": "6.2.0.5",
"summary": "Build iOS apps for Liferay.",
"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": "6.1"
},
"source": {
"git": "https://github.com/liferay/liferay-mobile-sdk.git",
"tag": "6.2.0.5"
},
"source_files": "ios/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2.4"
]
}
}