blob: 96f304d975130983108adf6216e6077e343df3bb [file] [log] [blame]
{
"name": "LAClient",
"version": "1.0.2",
"summary": "A Light API Client for REST APIs",
"description": "Light API Client (LAClient) is a simple, light-weight client for working with REST-based APIs.",
"homepage": "https://github.com/SourceGroove",
"license": "MIT",
"authors": {
"Seth Jordan": "jordan_seth@bah.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SourceGroove/LAClient.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"LAClient/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"KeychainItemWrapper": [
]
}
}