blob: f29d1e2420b7895269b3286a0accfd44c67d7121 [file] [log] [blame]
{
"name": "LAClient",
"version": "1.1.0",
"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/BitBlox/LAClient",
"license": "MIT",
"authors": {
"Developer": "developer@bitblox.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BitBlox/LAClient.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"LAClient/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"KeychainItemWrapper": [
]
}
}